Skip to content

Commit

Permalink
Upgrading GitHub actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Feb 10, 2024
1 parent 3d1ed75 commit 22c7901
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
with:
go-version: 1.21.1

- uses: nemerosa/ontrack-github-actions-cli-setup@v1
- uses: nemerosa/ontrack-github-actions-cli-setup@v2.0.3
id: ontrack
with:
only-for: nemerosa
url: https://ontrack.nemerosa.net
token: ${{ secrets.ONTRACK_TOKEN }}
token: "${{ secrets.ONTRACK_TOKEN }}"
config: github.com
indexation: 120
github-token: ${{ github.token }}
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Build
run: go build -v ./...

- uses: nemerosa/ontrack-github-actions-cli-validation@v1
- uses: nemerosa/ontrack-github-actions-cli-validation@v2.0.1
if: ${{ always() }}
with:
step-name: Build
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Test
run: go test -v ./...

- uses: nemerosa/ontrack-github-actions-cli-validation@v1
- uses: nemerosa/ontrack-github-actions-cli-validation@v2.0.1
if: ${{ always() }}
with:
step-name: Test
Expand Down

0 comments on commit 22c7901

Please sign in to comment.