Skip to content

Commit

Permalink
Merge pull request #350 from datadrivers/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-go-4

build(deps): Bump actions/setup-go from 3 to 4
  • Loading branch information
fabrue committed Aug 2, 2023
2 parents 2de5060 + f901d46 commit fae80cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout source codes
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Test client with nexus3 instance
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Import GPG key
Expand Down

0 comments on commit fae80cc

Please sign in to comment.