Skip to content

Commit

Permalink
Merge pull request #106 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 authored Aug 4, 2023
2 parents d5dad09 + a191968 commit 8c39ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/feature-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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

0 comments on commit 8c39ffb

Please sign in to comment.