Skip to content

Commit 8a3a383

Browse files
authored
Merge pull request #103 from PHPCSStandards/dependabot/github_actions/actions/checkout-4
GH Actions: Bump actions/checkout from 3 to 4
2 parents 0a68f9c + 1b70a3b commit 8a3a383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label-new-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
# Checkout is needed to use the `use_local_config` option.
4040
- name: Checkout code
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242

4343
- name: Verify changes to the labeling logic
4444
uses: srvaroa/labeler@v1

0 commit comments

Comments
 (0)