Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
rm ksops-dry-run-linux-amd64.tar.gz

- name: Fetch base
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: "2"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
app_id: "${{ secrets.RENOVATE_APP_ID }}"
private_key: "${{ secrets.RENOVATE_APP_PRIVATE_KEY }}"

- uses: actions/checkout@v5
- uses: actions/checkout@v6

# Renovateは別で設定が必要らしい?
# - name: Login to GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Exclude duplicate execution for PRs from renovate branches
if: ${{ !(github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.ref, 'renovate/')) }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

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