Skip to content

Commit

Permalink
Merge pull request #285 from vgarvardt/ci/bump-actions
Browse files Browse the repository at this point in the history
ci: updated versions for setup-go and setup-task actions
  • Loading branch information
vgarvardt committed May 13, 2024
2 parents 6480c9f + bcb8aac commit 48af7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-deps/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ runs:
using: composite
steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go-version }}

- name: Install Task
uses: arduino/setup-task@v1
uses: arduino/setup-task@v2
with:
repo-token: ${{ inputs.token }}

0 comments on commit 48af7e3

Please sign in to comment.