Skip to content

Commit dfa59dd

Browse files
chore(deps): bump actions/checkout in the github-actions group (#210)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 012283c commit dfa59dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-vulns.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
with:
3232
python-version: '3.9'
3333
- name: Checkout current repository
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
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@v4
39+
uses: actions/checkout@v5
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@v4
67+
- uses: actions/checkout@v5
6868
- uses: dblock/create-a-github-issue@v3
6969
with:
7070
update_existing: false

0 commit comments

Comments
 (0)