Skip to content

Commit dc1510b

Browse files
authored
Merge pull request #249 from puzzle/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 60d6087 + b78119d commit dc1510b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
- name: Set up npm for linting
3333
uses: actions/setup-node@v4
3434
with:
@@ -58,7 +58,7 @@ jobs:
5858
digest: ${{ steps.build-push.outputs.digest }}
5959
steps:
6060
- name: Checkout Repository
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v5
6262
with:
6363
fetch-depth: 0
6464
- name: Set up QEMU
@@ -113,7 +113,7 @@ jobs:
113113
digest: ${{ needs.sign_image.outputs.digest }}
114114
steps:
115115
- name: Checkout Repository
116-
uses: actions/checkout@v4
116+
uses: actions/checkout@v5
117117
with:
118118
sparse-checkout: |
119119
scripts
@@ -143,7 +143,7 @@ jobs:
143143
KUBE_CONFIG_FILENAME: 'config'
144144
steps:
145145
- name: Checkout Repository
146-
uses: actions/checkout@v4
146+
uses: actions/checkout@v5
147147
with:
148148
sparse-checkout: |
149149
helm-chart

.github/workflows/pr-cleanup.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
KUBE_CONFIG_FILENAME: 'config'
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
sparse-checkout: |
2121
scripts
@@ -49,7 +49,7 @@ jobs:
4949
LOGIN_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
steps:
5151
- name: Checkout Repository
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
with:
5454
sparse-checkout: |
5555
scripts

0 commit comments

Comments
 (0)