Skip to content

Commit

Permalink
Merge pull request #156 from philippgille/update-gh-actions-dependencies
Browse files Browse the repository at this point in the history
Update and improve usage of GitHub Actions dependencies
  • Loading branch information
philippgille committed Dec 5, 2023
2 parents c753026 + 7294296 commit be99209
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:
os: [windows-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
with:
show-progress: 'false'
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
cache-dependency-path: "**/go.sum"
- uses: magefile/mage-action@v3
with:
version: v1.15.0
Expand Down

0 comments on commit be99209

Please sign in to comment.