Skip to content

Commit 7ef5800

Browse files
authored
Merge pull request #106 from WyriHaximus/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents f35cb18 + 5ae1d1f commit 7ef5800

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
REF: ${{ steps.generate-ref.outputs.ref }}
1313
steps:
1414
- run: helm version
15-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
15+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1616
- run: helm version
1717
- id: generate-ref
1818
name: Generate Ref
@@ -51,7 +51,7 @@ jobs:
5151
- "helm plugin install https://github.com/hypnoglow/helm-s3.git && helm plugin list"
5252
- "helm env"
5353
steps:
54-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
54+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5555
- uses: ./
5656
with:
5757
exec: ${{ matrix.exec }}
@@ -65,7 +65,7 @@ jobs:
6565
matrix:
6666
runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }}
6767
steps:
68-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
68+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6969
- run: helm version
7070
- uses: ./
7171
id: helm3
@@ -93,7 +93,7 @@ jobs:
9393
matrix:
9494
runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }}
9595
steps:
96-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
96+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
9797
- name: Create k8s Kind Cluster
9898
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
9999
- name: Get running image ID
@@ -181,7 +181,7 @@ jobs:
181181
matrix:
182182
runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }}
183183
steps:
184-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
184+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
185185
- name: Create k8s Kind Cluster
186186
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
187187
- name: Get running image ID
@@ -289,7 +289,7 @@ jobs:
289289
matrix:
290290
runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }}
291291
steps:
292-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
292+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
293293
- name: Create k8s Kind Cluster
294294
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
295295
- name: Get running image ID

.github/workflows/craft-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- generate-changelog
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
32+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3333
with:
3434
fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
3535
- name: Create release/${{ env.MILESTONE }} branch

.github/workflows/set-milestone-on-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
set-milestone:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717
if: github.event.pull_request.milestone == null
1818
- name: 'Get Previous tag'
1919
if: github.event.pull_request.milestone == null

0 commit comments

Comments
 (0)