Skip to content

Commit

Permalink
Merge pull request #103 from PHPCSStandards/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4

GH Actions: Bump actions/checkout from 3 to 4
  • Loading branch information
jrfnl authored Nov 13, 2023
2 parents 0a68f9c + 1b70a3b commit 8a3a383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-new-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
# Checkout is needed to use the `use_local_config` option.
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Verify changes to the labeling logic
uses: srvaroa/labeler@v1
Expand Down

0 comments on commit 8a3a383

Please sign in to comment.