Skip to content

Commit 9b4f1bb

Browse files
🌱 Bump actions/checkout from 2 to 4 (#279)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...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 d8208cc commit 9b4f1bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Check out code into the Go module directory
43-
uses: actions/checkout@v2
43+
uses: actions/checkout@v4
4444

4545
- name: Set up Go
4646
uses: actions/setup-go@v5
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Check out code into the Go module directory
61-
uses: actions/checkout@v2
61+
uses: actions/checkout@v4
6262
with:
6363
fetch-depth: 0
6464

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out code into the Go module directory
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
2222

@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252

5353
- name: Check out code into the Go module directory
54-
uses: actions/checkout@v2
54+
uses: actions/checkout@v4
5555
with:
5656
fetch-depth: 0
5757

0 commit comments

Comments
 (0)