Skip to content

Commit c99fca6

Browse files
feat(github-action)!: Update actions/checkout action to v6 (#1259)
Co-authored-by: trap-renovate[bot] <138502363+trap-renovate[bot]@users.noreply.github.com>
1 parent 32d68ac commit c99fca6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
rm ksops-dry-run-linux-amd64.tar.gz
2626
2727
- name: Fetch base
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
with:
3030
fetch-depth: "2"
3131

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
app_id: "${{ secrets.RENOVATE_APP_ID }}"
6565
private_key: "${{ secrets.RENOVATE_APP_PRIVATE_KEY }}"
6666

67-
- uses: actions/checkout@v5
67+
- uses: actions/checkout@v6
6868

6969
# Renovateは別で設定が必要らしい?
7070
# - name: Login to GitHub Container Registry

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Exclude duplicate execution for PRs from renovate branches
1717
if: ${{ !(github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.ref, 'renovate/')) }}
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
# Simpler alternative: https://stackoverflow.com/a/73596568
2222
# - name: Setup to skip ksops decryption

0 commit comments

Comments
 (0)