Merge pull request #1071 from pi-hole/dependabot/github_actions/master/github_action-dependencies-2a54abbbe0

Bump the github_action-dependencies group with 2 updates
This commit is contained in:
yubiuser
2024-07-13 12:30:54 +02:00
committed by GitHub

View File

@@ -22,14 +22,14 @@ jobs:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.1.1
with:
python-version: "${{ env.PYTHON_VERSION }}"
architecture: "x64"
cache: pip
- name: Set up Node.js
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
node-version: "${{ env.NODE }}"
cache: npm