Skip to content

Commit

Permalink
Merge pull request #10 from kingdon-ci/update-gha
Browse files Browse the repository at this point in the history
Update GitHub Actions
  • Loading branch information
kingdonb authored Mar 7, 2024
2 parents 29bda73 + f804205 commit 7f62d11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand All @@ -28,7 +28,7 @@ jobs:
ko-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ko-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand All @@ -37,7 +37,7 @@ jobs:
env:
KO_DOCKER_REPO: ghcr.io/${{ github.repository }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -50,7 +50,7 @@ jobs:
env:
TAG: ${{ steps.prep.outputs.VERSION }}
- name: cosign-installer
uses: sigstore/cosign-installer@v3.0.5
uses: sigstore/cosign-installer@v3.4.0
- name: Sign images
env:
COSIGN_EXPERIMENTAL: 1
Expand Down

0 comments on commit 7f62d11

Please sign in to comment.