Skip to content

Commit b3508f3

Browse files
authored
Merge pull request #1162 from pi-hole/dependabot/github_actions/master/github_action-dependencies-5814cc9122
Bump the github_action-dependencies group with 2 updates
2 parents 89bfc60 + 755fb41 commit b3508f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v5.3.0
25+
uses: actions/setup-python@v5.4.0
2626
with:
2727
python-version: "${{ env.PYTHON_VERSION }}"
2828
architecture: "x64"
2929
cache: pip
3030

3131
- name: Set up Node.js
32-
uses: actions/setup-node@v4.1.0
32+
uses: actions/setup-node@v4.2.0
3333
with:
3434
node-version: "${{ env.NODE }}"
3535
cache: npm

0 commit comments

Comments
 (0)