File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments