Skip to content

Commit

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

chore(deps): bump actions/setup-go from 4.0.1 to 4.1.0
  • Loading branch information
zoncoen authored Nov 7, 2023
2 parents 17ef7da + 3d1cbe5 commit 4946f4e
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.0.1
uses: actions/setup-go@v4.1.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.0.1
uses: actions/setup-go@v4.1.0
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
Expand Down

0 comments on commit 4946f4e

Please sign in to comment.