Skip to content

Commit abd3478

Browse files
chore(deps): Bump actions/checkout from 3 to 4 (#163)
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 a7ac1e6 commit abd3478

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
unit:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- uses: actions/setup-go@v4
1919
with:
2020
go-version-file: "go.mod"
@@ -46,7 +46,7 @@ jobs:
4646
KO_DOCKER_REPO: registry.local/source
4747
BUNDLE: registry.local/source/bundle
4848
steps:
49-
- uses: actions/checkout@v3
49+
- uses: actions/checkout@v4
5050
- uses: actions/setup-go@v4
5151
with:
5252
go-version-file: "go.mod"
@@ -169,7 +169,7 @@ jobs:
169169
REGISTRY_NAME: registry.local
170170
BUNDLE: registry.local/source/bundle
171171
steps:
172-
- uses: actions/checkout@v3
172+
- uses: actions/checkout@v4
173173
- uses: actions/setup-go@v4
174174
with:
175175
go-version-file: "go.mod"

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
update:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- name: Install UpdateCLI
2121
uses: updatecli/updatecli-action@v2

0 commit comments

Comments
 (0)