Skip to content

Commit 30be2cd

Browse files
Bump actions/checkout from 3 to 4 (#1159)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78bf6e6 commit 30be2cd

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: "Checkout"
30-
uses: "actions/checkout@v3"
30+
uses: "actions/checkout@v4"
3131

3232
- id: setup-mongodb
3333
uses: mongodb-labs/drivers-evergreen-tools@master

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: "Checkout"
30-
uses: "actions/checkout@v3"
30+
uses: "actions/checkout@v4"
3131

3232
- name: Setup cache environment
3333
id: extcache

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525

2626
steps:
2727
- name: "Checkout library"
28-
uses: "actions/checkout@v3"
28+
uses: "actions/checkout@v4"
2929
with:
3030
path: library
3131
fetch-depth: 2
3232

3333
- name: "Checkout docs"
34-
uses: "actions/checkout@v3"
34+
uses: "actions/checkout@v4"
3535
with:
3636
repository: mongodb/docs-php-library
3737
path: docs

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: "Checkout"
30-
uses: "actions/checkout@v3"
30+
uses: "actions/checkout@v4"
3131

3232
- name: Setup cache environment
3333
id: extcache

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
steps:
6868
- name: "Checkout"
69-
uses: "actions/checkout@v3"
69+
uses: "actions/checkout@v4"
7070
with:
7171
fetch-depth: 2
7272

0 commit comments

Comments
 (0)