Skip to content

Commit

Permalink
Merge pull request #1071 from pi-hole/dependabot/github_actions/maste…
Browse files Browse the repository at this point in the history
…r/github_action-dependencies-2a54abbbe0

Bump the github_action-dependencies group with 2 updates
  • Loading branch information
yubiuser authored Jul 13, 2024
2 parents 76cc8cc + 45ebc72 commit 65c4f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65c4f7e

Please sign in to comment.