Merge pull request #1162 from pi-hole/dependabot/github_actions/master/github_action-dependencies-5814cc9122

Bump the github_action-dependencies group with 2 updates
This commit is contained in:
yubiuser
2025-02-02 15:00:58 +01:00
committed by GitHub

View File

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