Skip to content

Commit ef40979

Browse files
authored
Merge pull request #467 from sbt/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 3 to 6
2 parents 8d309d3 + 0bf011d commit ef40979

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@v3
16+
uses: actions/checkout@v6
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)