Skip to content
Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/scheduled-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
outputs:
updated: ${{ steps.committer.outputs.pushed }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ssh-key: ${{ secrets.DEPLOY_KEY_SCHEDULED_JOBS }}

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
path: build/ephemeral/performance.log
retention-days: 14

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: datreeio/CRDs-catalog
path: build/remote/datreeio
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
contents: read
issues: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Report build failure
uses: CodeReaper/create-issue-action@v1
Expand All @@ -130,12 +130,12 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ssh-key: ${{ secrets.DEPLOY_KEY_SCHEDULED_JOBS }}
fetch-depth: 0

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: kubernetes/kubernetes
path: build/remote/kubernetes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Tests Succeeded
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Create token
id: app-token
Expand Down