Skip to content

Commit 1fa6f54

Browse files
chore(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [actions/checkout](https://github.com/actions/checkout). Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4cfab95 commit 1fa6f54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check-vulns.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ jobs:
2727
matrix: ${{ steps.set_matrix.outputs.matrix }}
2828
steps:
2929
- name: Setup Python 3.9
30-
uses: actions/setup-python@v4
30+
uses: actions/setup-python@v5
3131
with:
3232
python-version: '3.9'
3333
- name: Checkout current repository
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535
- name: Installing pre-reqs
3636
working-directory: ./dep_checker
3737
run: pip install -r requirements.txt
3838
- name: Checkout node.js repo
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
with:
4141
repository: nodejs/node
4242
path: node
@@ -64,7 +64,7 @@ jobs:
6464
matrix: ${{ fromJson(needs.check-vulns.outputs.matrix) }}
6565
max-parallel: 1
6666
steps:
67-
- uses: actions/checkout@v3
67+
- uses: actions/checkout@v4
6868
- uses: dblock/create-a-github-issue@v3
6969
with:
7070
update_existing: false

0 commit comments

Comments
 (0)