Skip to content

Commit

Permalink
Update github action modules (#195)
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm authored Dec 28, 2024
1 parent 56d11b0 commit 0c29021
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Set up Go 1.23
uses: actions/setup-go@v1
uses: actions/setup-go@v5
with:
go-version: '1.23'
id: go
Expand All @@ -42,7 +42,7 @@ jobs:
go install sigs.k8s.io/krew/cmd/validate-krew-manifest@latest
validate-krew-manifest -h
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Run checks
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pingback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Install GitHub CLI
run: |
Expand Down

0 comments on commit 0c29021

Please # to comment.