8000 Update Github Actions dependencies (#259) · stern/stern@9e833da · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 9e833da

Browse files
author
Takashi Kusumi
authored
Update Github Actions dependencies (#259)
1 parent f13bde4 commit 9e833da

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3
17-
- uses: actions/setup-go@v3
17+
- uses: actions/setup-go@v4
1818
with:
1919
go-version-file: go.mod
20-
cache: true
2120
- name: Ensure go.mod is already tidied
2221
run: go mod tidy && git diff -s --exit-code go.sum
2322
- name: Run verify-readme

.github/workflows/release.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
- uses: actions/setup-go@v3
12+
- uses: actions/setup-go@v4
1313
with:
1414
go-version-file: go.mod
15-
cache: true
1615
- name: Login to GitHub Container Registry
17-
uses: docker/login-action@v1
16+
uses: docker/login-action@v2
1817
with:
1918
registry: ghcr.io
2019
username: ${{ github.actor }}
@@ -24,6 +23,6 @@ jobs:
2423
env:
2524
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2625
- name: Update new version in krew-index
27-
uses: rajatjindal/krew-release-bot@v0.0.43
26+
uses: rajatjindal/krew-release-bot@v0.0.46
2827
with:
2928
krew_template_file: dist/stern.yaml

0 commit comments

Comments
 (0)
0