Skip to content

Commit

Permalink
Update ga dependencies (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldechoux committed Apr 5, 2024
1 parent 890d7f9 commit a069602
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: azure/docker-login@v1
with:
Expand Down Expand Up @@ -81,10 +81,10 @@ jobs:
goarch: amd64
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.17
go-version: 1.22

- name: Get the version
id: get_version
Expand Down

0 comments on commit a069602

Please sign in to comment.