Skip to content

Commit

Permalink
Merge pull request #32 from keidarcy/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
keidarcy authored Sep 11, 2023
2 parents f724b50 + 4b17aa6 commit 051f79d
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 @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
# - run: git fetch --force --tags
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 051f79d

Please sign in to comment.