Skip to content

Commit b82bd8a

Browse files
authored
Merge pull request #245 from dzervas/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents e65d87b + 3c74b68 commit b82bd8a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
contents: read
4040
packages: write
4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
with:
4444
ref: ${{ inputs.new_ref }}
4545

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929

3030
- name: Setup Hugo
3131
uses: peaceiris/actions-hugo@v3

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
app: ${{ steps.new_app.outputs.new_version }}
3030
new_ref: ${{ steps.commit.outputs.commit }}
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333

3434
- name: Current versions
3535
id: version
@@ -76,7 +76,7 @@ jobs:
7676
- default
7777
- kube
7878
steps:
79-
- uses: actions/checkout@v5
79+
- uses: actions/checkout@v6
8080
with:
8181
ref: ${{ needs.bump.outputs.new_ref }}
8282

@@ -144,7 +144,7 @@ jobs:
144144
contents: read
145145
packages: write
146146
steps:
147-
- uses: actions/checkout@v5
147+
- uses: actions/checkout@v6
148148
with:
149149
ref: ${{ needs.bump.outputs.new_ref }}
150150

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
test:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
- uses: cachix/install-nix-action@v31
3030
- uses: cachix/cachix-action@v16
3131
with:

0 commit comments

Comments
 (0)