Skip to content

Commit 7b5fcb9

Browse files
Bump actions/checkout from 4.1.2 to 4.1.3 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.2 to 4.1.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9bb5618...1d96c77) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a47febd commit 7b5fcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: [20]
1616

1717
steps:
18-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v3
18+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v3
1919
- name: Use Node.js ${{ matrix.node-version }}
2020
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
2121
with:

0 commit comments

Comments
 (0)