Skip to content

Commit 5e66230

Browse files
build(deps): bump actions/checkout from 3 to 4 (#101)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9aeaaa4 commit 5e66230

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
contents: read
2525
steps:
2626
- name: Check out repo
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
with:
2929
persist-credentials: false
3030

@@ -38,7 +38,7 @@ jobs:
3838
contents: read
3939
steps:
4040
- name: Check out repo
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242
with:
4343
persist-credentials: false
4444

@@ -60,7 +60,7 @@ jobs:
6060
contents: read
6161
steps:
6262
- name: Check out repo
63-
uses: actions/checkout@v3
63+
uses: actions/checkout@v4
6464
with:
6565
persist-credentials: false
6666

@@ -85,7 +85,7 @@ jobs:
8585
node-version: [6, 8, 10, 11, 12, 13, 14, 15, 16, 18, 20]
8686
steps:
8787
- name: Check out repo
88-
uses: actions/checkout@v3
88+
uses: actions/checkout@v4
8989
with:
9090
persist-credentials: false
9191

@@ -111,7 +111,7 @@ jobs:
111111
contents: read
112112
steps:
113113
- name: Check out repo
114-
uses: actions/checkout@v3
114+
uses: actions/checkout@v4
115115
with:
116116
persist-credentials: false
117117

0 commit comments

Comments
 (0)