Skip to content

Commit

Permalink
Merge pull request #694 from AllenDang/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
gucio321 authored Sep 4, 2023
2 parents 3e09263 + 8f47838 commit 98967f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout out source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Check out source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup
uses: actions/setup-go@v4
Expand Down

0 comments on commit 98967f3

Please sign in to comment.