Skip to content

Commit a66805f

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a36e0ed commit a66805f

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
@@ -15,7 +15,7 @@ jobs:
1515
test: [nestjs-authentication-and-authorization]
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Use NodeJS ${{ matrix.node-version }}
2020
uses: actions/setup-node@v4
2121
with:
@@ -43,7 +43,7 @@ jobs:
4343
node-version: [18.x, 20.x]
4444
needs: [unit-tests]
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4747
- name: Use Node.js ${{ matrix.node-version }}
4848
uses: actions/setup-node@v4
4949
with:

0 commit comments

Comments
 (0)