Skip to content

Commit

Permalink
Merge pull request #20 from SierraSoftworks/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
2 parents 648c489 + 98f3f3e commit 3b42894
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:
os: [linux, darwin, windows]
arch: [amd64, arm64]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

0 comments on commit 3b42894

Please sign in to comment.