Skip to content

Commit a86d0c4

Browse files
authored
Merge pull request #3 from kircherlab/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 66d0018 + 73d302b commit a86d0c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-html.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: "!contains(github.event.head_commit.message, '[skip action]')" # Prevent infinite loop
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
with:
1717
persist-credentials: false
1818

0 commit comments

Comments
 (0)