Skip to content

Commit f002d49

Browse files
feat(github-action)!: Update actions/checkout ( v4 → v6 )
1 parent 2c35257 commit f002d49

9 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/bulk-merge-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
2828

2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
with:
3232
token: "${{ steps.app-token.outputs.token }}"
3333

.github/workflows/flux-diff.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
resources: ["helmrelease", "kustomization"]
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
with:
2828
path: pull
2929

3030
- name: Checkout Default Branch
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
with:
3333
ref: "${{ github.event.repository.default_branch }}"
3434
path: default

.github/workflows/flux-hr-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
3434

3535
- name: Checkout
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v6
3737
with:
3838
token: "${{ steps.app-token.outputs.token }}"
3939
fetch-depth: 0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@
7373
run: brew install jo yq
7474

7575
- name: Checkout Default Branch
76-
uses: actions/checkout@v4
76+
uses: actions/checkout@v6
7777
with:
7878
token: "${{ steps.app-token.outputs.token }}"
7979
ref: "${{ github.event.repository.default_branch }}"
8080
path: default
8181

8282
- name: Checkout Pull Request Branch
83-
uses: actions/checkout@v4
83+
uses: actions/checkout@v6
8484
with:
8585
token: "${{ steps.app-token.outputs.token }}"
8686
path: pull

.github/workflows/flux-ks-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
2424

2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
with:
2828
token: "${{ steps.app-token.outputs.token }}"
2929

.github/workflows/label-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717

1818
- name: Sync Labels
1919
uses: EndBug/label-sync@v2

.github/workflows/lychee.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@v6
2222

2323
- name: Setup Homebrew
2424
uses: Homebrew/actions/setup-homebrew@master

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616

1717
- name: Create Release
1818
shell: bash

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
5252

5353
- name: Checkout
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v6
5555
with:
5656
token: "${{ steps.app-token.outputs.token }}"
5757

0 commit comments

Comments
 (0)