Skip to content

Commit eaca491

Browse files
renovate[bot]nikolaik
authored andcommitted
chore(deps): update actions/checkout action to v5
1 parent be04c28 commit eaca491

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/base_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out code
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v5
2121
- id: lc_repo
2222
run: python3 -c'print("out=${{github.repository}}".lower())' >> "$GITHUB_OUTPUT"
2323
- name: Log in to the Container registry

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
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
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v5
2020
- id: lc_repo
2121
run: python3 -c'print("out=${{github.repository}}".lower())' >> "$GITHUB_OUTPUT"
2222
- name: Log in to the Container registry

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
go-version: ${{ matrix.go-version }}
3838

3939
- name: Check out code
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141

4242
- name: Build
4343
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Build
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: cachix/install-nix-action@v31
1313
- uses: cachix/cachix-action@v16
1414
with:

0 commit comments

Comments
 (0)