Skip to content

Commit

Permalink
Merge pull request #66 from sbt/dependabot/github_actions/actions/che…
Browse files Browse the repository at this point in the history
…ckout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
mkurz authored Dec 19, 2023
2 parents fdf652f + b5c7114 commit 224cb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: ${{ github.repository_owner == 'sbt' }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
fetch-depth: 0
Expand Down

0 comments on commit 224cb13

Please sign in to comment.