Skip to content

Commit 0192b5d

Browse files
authored
Merge pull request #529 from Plaenkler/dependabot/github_actions/dependencies/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 94ebbef + 43b09b0 commit 0192b5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout Code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525
- name: Lint Code Base
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
go-version: 1.24
4545
- name: Checkout Code
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747
with:
4848
fetch-depth: 0
4949
- name: Install dependencies

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Release
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Calver Release
2424
uses: StephaneBour/actions-calver@master
2525
id: calver
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141
- name: Docker meta
4242
id: meta
4343
uses: docker/metadata-action@v5

0 commit comments

Comments
 (0)