Skip to content

Commit d43cc39

Browse files
authored
Merge pull request #200 from stigaview/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 86c0071 + a83cba7 commit d43cc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: "Check out the repository"
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
- name: "Setup Python"
1616
uses: actions/setup-python@v6
1717
with:

0 commit comments

Comments
 (0)