Skip to content

Commit

Permalink
Merge pull request #14 from szkiba/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
szkiba committed Oct 1, 2023
2 parents e65cc15 + 0caa83b commit 19738a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: REUSE linter
uses: fsfe/reuse-action@v2
with:
Expand Down
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
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version: 1.20.x
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test
uses: magefile/mage-action@v1
Expand Down

0 comments on commit 19738a9

Please sign in to comment.