Skip to content

Commit acabc44

Browse files
authored
Merge pull request #149 from PHPCSStandards/feature/ghactions-update-actions
GH Actions: use actions/checkout@v4
2 parents 2dc101c + 2fba893 commit acabc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Set up Ruby
2121
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)