Skip to content

Commit

Permalink
Merge pull request #87 from gethinode/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
github-actions[bot] authored May 3, 2024
2 parents e44ca7f + dd1947d commit 12c5252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
# Make sure the release step uses its own credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 12c5252

Please sign in to comment.