Skip to content

Commit

Permalink
ci: update checkout action version
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax authored Aug 30, 2024
1 parent a86e550 commit 463d1ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
matrix: ${{ steps.versions.outputs.matrix }}
latest: ${{ steps.versions.outputs.latest }}
steps:
- uses: actions/checkout@v3
- name: check out code
uses: actions/checkout@v4.1.7
- uses: arnested/go-version-action@v1.1.16
id: versions

Expand Down

0 comments on commit 463d1ee

Please sign in to comment.