Skip to content

Commit 02e7f8e

Browse files
authored
Merge pull request #924 from playframework/dependabot/github_actions/main/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 4bceb16 + 14d07f0 commit 02e7f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: write
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
- name: Package sources
1717
run: |
1818
./sources.sh

0 commit comments

Comments
 (0)