Skip to content

Commit 17934c7

Browse files
build(deps): bump actions/checkout from 3 to 4
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>
1 parent 965227c commit 17934c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 5
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
with:
2525
path: src/github.com/containerd/continuity
2626
fetch-depth: 100
@@ -57,7 +57,7 @@ jobs:
5757
git config --global core.eol lf
5858
5959
- name: Check out code
60-
uses: actions/checkout@v3
60+
uses: actions/checkout@v4
6161
with:
6262
path: src/github.com/containerd/continuity
6363
fetch-depth: 25
@@ -107,7 +107,7 @@ jobs:
107107
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
108108
109109
- name: Check out code
110-
uses: actions/checkout@v3
110+
uses: actions/checkout@v4
111111
with:
112112
path: src/github.com/containerd/continuity
113113

.github/workflows/codeql.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 repository
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131

3232
- uses: actions/setup-go@v3
3333
with:

0 commit comments

Comments
 (0)