Skip to content

Commit 9a96e31

Browse files
Update actions/checkout action to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a2f62b2 commit 9a96e31

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: get the new tag
3535
id: new_tag
3636
run: echo "tag=v${{ github.event.inputs.version }}" >> $GITHUB_OUTPUT
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
with:
3939
fetch-depth: 0
4040
- name: get last tag information
@@ -90,7 +90,7 @@ jobs:
9090
GITHUB_TOKEN: ${{ secrets.BOT_PAT }}
9191
steps:
9292
- name: Check out code
93-
uses: actions/checkout@v4
93+
uses: actions/checkout@v5
9494
- uses: actions/download-artifact@v4
9595
with:
9696
name: CHANGELOG.md
@@ -153,7 +153,7 @@ jobs:
153153
${{ secrets.SUPERMARKET_KEY }}
154154
EOF
155155
- name: checkout cookbook
156-
uses: actions/checkout@v4
156+
uses: actions/checkout@v5
157157
with:
158158
path: cookbooks/${{ env.cookbook_name }}
159159
ref: ${{ needs.version-info.outputs.new_tag }}

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
cookstyle:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: actions/cache@v3
2121
with:
2222
path: |
@@ -56,7 +56,7 @@ jobs:
5656
# - opensuse-42 # something is broken here
5757
- ubuntu-20-04
5858
steps:
59-
- uses: actions/checkout@v4
59+
- uses: actions/checkout@v5
6060
- uses: actions/cache@v3
6161
with:
6262
path: |
@@ -94,7 +94,7 @@ jobs:
9494
- default-debian-10
9595
- default-debian-11
9696
steps:
97-
- uses: actions/checkout@v4
97+
- uses: actions/checkout@v5
9898
- uses: actions/cache@v3
9999
with:
100100
path: |

0 commit comments

Comments
 (0)