Skip to content

Commit

Permalink
Merge pull request #13 from e-breuninger/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
FlxPeters authored Sep 5, 2023
2 parents 7ec4b40 + d7e5c0f commit 659622b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
path: ~/.cache
key: pre-commit
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Ensure cache directories
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
path: ~/.cache
key: semantic-release
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install semantic-release and plugins
Expand Down

0 comments on commit 659622b

Please sign in to comment.