Skip to content

Commit 3c62fd0

Browse files
chore: bump actions/checkout from 4.2.2 to 5.0.0 (#288)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 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 d4264a0 commit 3c62fd0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/actionlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
15+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1616

1717
- name: Lint with actionlint
1818
uses: reviewdog/action-actionlint@f00ad0691526c10be4021a91b2510f0a769b14d0

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: [ubuntu-latest, macOS-latest, windows-latest]
1717
steps:
1818
- name: Check out code
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
go-version: stable
1717

18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1919

2020
- name: Lint with golangci-lint
2121
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
go-version: stable
1717

1818
- name: Checkout
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out code
15-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
15+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1616
with:
1717
fetch-depth: 0
1818

0 commit comments

Comments
 (0)