Skip to content

Commit bf85c0a

Browse files
Merge pull request #11 from flashteamdev/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 310d029 + 6bde255 commit bf85c0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4
1515
with:
1616
php-version: "8.2"
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Copy .env
1919
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
2020
- name: Install Dependencies

.github/workflows/pint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4
1515
with:
1616
php-version: "8.2"
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Copy .env
1919
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
2020
- name: Install Dependencies

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4
1515
with:
1616
php-version: "8.2"
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Copy .env
1919
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
2020
- name: Install Dependencies

0 commit comments

Comments
 (0)