Skip to content

Commit bc15b7c

Browse files
authored
Merge pull request #624 from containers/renovate/actions-checkout-6.x
[skip-ci] Update actions/checkout action to v6
2 parents efc9256 + dbb54d4 commit bc15b7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
conmon:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Install BATS
1717
run: |
1818
sudo apt-get update
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
go-version: [stable, oldstable]
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
- uses: actions/setup-go@v6
3434
with:
3535
go-version: ${{ matrix.go-version }}

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
lint:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: Check C code formatting
2020
run: |
2121
sudo apt-get update

0 commit comments

Comments
 (0)