Skip to content

Commit 136c612

Browse files
authored
Merge pull request #15 from NickColley/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 3 to 6
2 parents 0f4be28 + 8cca64e commit 136c612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v6
2828
with:
2929
persist-credentials: true
3030
- name: Setup Node

0 commit comments

Comments
 (0)