Skip to content

Commit 1ebd57f

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f9a7a3 commit 1ebd57f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
timeout-minutes: 5
2727
steps:
2828
- name: Check out code into the Go module directory
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
- name: Set up Go
3232
uses: actions/setup-go@v5
@@ -60,7 +60,7 @@ jobs:
6060
- "1.6.3"
6161
steps:
6262
- name: Check out code into the Go module directory
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v5
6464

6565
- name: Set up Go
6666
uses: actions/setup-go@v5

.github/workflows/validate-codeowners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: "Checkout source code at current commit"
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
# Leave pinned at 0.7.1 until https://github.com/mszostok/codeowners-validator/issues/173 is resolved
1414
- uses: mszostok/codeowners-validator@v0.7.1
1515
if: github.event.pull_request.head.repo.full_name == github.repository

0 commit comments

Comments
 (0)