Skip to content

Commit 5ac59f5

Browse files
authored
Merge pull request #81 from sbt/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents e1094af + 6ee2cb2 commit 5ac59f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: ${{ github.repository_owner == 'sbt' }}
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717
with:
1818
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
1919
fetch-depth: 0

0 commit comments

Comments
 (0)