Skip to content

Commit

Permalink
Bump GitHub actions to their latest versions (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored Nov 22, 2024
1 parent 27e7dca commit 6d7369e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.22

Expand All @@ -29,7 +29,7 @@ jobs:
- name: Get release
id: get_release
if: github.event_name == 'release' && github.event.action == 'published'
uses: bruceadams/get-release@v1.2.3
uses: bruceadams/get-release@v1.3.2
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 6d7369e

Please sign in to comment.