Skip to content

Commit b35730e

Browse files
Merge pull request #23177 from Yoast/dependabot/github_actions/actions/checkout-6
GH Actions: Bump actions/checkout from 4 to 6
2 parents 8f416c9 + afeb6bb commit b35730e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
core.setOutput('ref', pr.head.ref);
5959
6060
- name: Checkout code
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v6
6262
with:
6363
ref: ${{ steps.pr.outputs.ref || '' }}
6464

0 commit comments

Comments
 (0)