Skip to content

Commit

Permalink
versioned github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fenio committed Oct 28, 2024
1 parent c183139 commit ec355d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
- 'v*.*.*'
jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v4.2.2
- name: Setup Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit ec355d8

Please sign in to comment.