Skip to content

Commit

Permalink
Merge pull request #49 from thin-edge/ci-update-deps
Browse files Browse the repository at this point in the history
ci: update github actions
  • Loading branch information
reubenmiller authored Sep 28, 2024
2 parents 0baeb76 + 924bef6 commit c1a394e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: '>=1.20.0'
go-version: 'stable'
cache: false
- run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@latest
name: Install dependencies

Expand Down

0 comments on commit c1a394e

Please sign in to comment.