Skip to content

Commit 5831e96

Browse files
ci(github-action)!: Update actions/checkout action ( v4 → v5 )
| datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v4 | v5 |
1 parent 8d5166e commit 5831e96

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/flux-diff.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix: ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525

@@ -61,7 +61,7 @@ jobs:
6161
private-key: ${{ secrets.CARPENIKE_APP_PRIVATE_KEY }}
6262

6363
- name: Checkout
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v5
6565

6666
- name: Install Flux
6767
uses: fluxcd/flux2/action@main

.github/workflows/flux-hr-image-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix: ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525

@@ -53,13 +53,13 @@ jobs:
5353
matrix: ${{ steps.extract-images.outputs.images }}
5454
steps:
5555
- name: Checkout default branch
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757
with:
5858
ref: "${{ github.event.repository.default_branch }}"
5959
path: default
6060

6161
- name: Checkout Pull Request branch
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v5
6363
with:
6464
path: pull
6565

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 0
2424

0 commit comments

Comments
 (0)