Skip to content

Commit 3d16adc

Browse files
authored
Merge pull request #29 from permafrost-dev/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents c2ef6c6 + 9a87a0d commit 3d16adc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
ref: ${{ github.head_ref }}
1717

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Setup PHP
2525
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)