Skip to content

Commit aeca246

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0ec079 commit aeca246

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
mongodb-version: 4.0
9292
- name: Check out repository code
93-
uses: actions/checkout@v4
93+
uses: actions/checkout@v6
9494
- name: Do some action caching
9595
uses: actions/cache@v4
9696
with:

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
mongodb-version: 4.0
7272
- name: Check out repository code
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v6
7474
- name: Do some action caching
7575
uses: actions/cache@v4
7676
with:

0 commit comments

Comments
 (0)