Skip to content

Commit 2eedcbe

Browse files
authored
Merge pull request #7 from xdev-software/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents c703cdb + a99b8f7 commit 2eedcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: write
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515

1616
- name: Run build in Docker
1717
run: |

0 commit comments

Comments
 (0)