Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 6410c01

Browse files
Merge pull request #107 from rtCamp/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents 3c094bd + 85503e8 commit 6410c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpcs_on_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
# Change below line to: `runs-on: self-hosted` if running on private repo under rtCamp org.
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
with:
1111
ref: ${{ github.event.pull_request.head.sha }}
1212
- name: Run PHPCS inspection

0 commit comments

Comments
 (0)