Skip to content

Commit 51cea3e

Browse files
chore(deps): ⬆️ bump actions/checkout action to v5
1 parent 4501b42 commit 51cea3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
php-version: ['8.1', '8.2', '8.3']
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414

1515
- name: Setup PHP
1616
uses: shivammathur/setup-php@v2

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010

1111
- name: Copy .env file
1212
working-directory: .devcontainer

0 commit comments

Comments
 (0)