Skip to content

Commit

Permalink
Merge pull request #50 from zoncoen/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-5.0.0

chore(deps): bump actions/setup-go from 4.1.0 to 5.0.0
  • Loading branch information
zoncoen authored Dec 15, 2023
2 parents 7ed645f + ff35ce6 commit a3c7011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4.1.0
uses: actions/setup-go@v5.0.0
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
Expand All @@ -35,7 +35,7 @@ jobs:
working-directory: ./extractor/yaml
steps:
- name: Install Go
uses: actions/setup-go@v4.1.0
uses: actions/setup-go@v5.0.0
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
Expand Down

0 comments on commit a3c7011

Please sign in to comment.