Skip to content

Commit e6f39bf

Browse files
authored
Merge pull request #1196 from PHPCSStandards/dependabot/github_actions/gh-pages/actions/checkout-5
GH Pages/Actions: Bump actions/checkout from 4 to 5
2 parents 928d96c + 9f68603 commit e6f39bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fi
4343
4444
- name: Checkout code
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646
with:
4747
ref: ${{ steps.base_branch.outputs.BRANCH }}
4848

0 commit comments

Comments
 (0)