Skip to content

Commit

Permalink
Merge pull request #208 from awslabs/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5

chore(deps): bump actions/setup-go from 3 to 5
  • Loading branch information
leandrodamascena authored Nov 22, 2024
2 parents d783f80 + 7469074 commit dd3db7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
python-version: 3.8
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.16
- name: Setup TFLint
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.16
- name: Run GoReleaser
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Install dependencies
Expand Down

0 comments on commit dd3db7e

Please sign in to comment.