Update GitHub actions (#235)

This commit is contained in:
João Palet 2024-01-26 17:02:41 +00:00 committed by GitHub
parent f79ef95ac3
commit 805d283d5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ runs:
using: "composite"
steps:
- name: Install Go ${{ inputs.go-version }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go-version }}
- name: Install project tools and dependencies