Skip to content

Commit 142ee74

Browse files
authored
Merge pull request #956 from flippercloud/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents fe42fba + aeca246 commit 142ee74

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)