Skip to content

Commit bf2aa2b

Browse files
authored
Merge pull request #2 from php-fast-forward/dependabot/github_actions/actions/checkout-6
GitHub Actions(deps): Bump actions/checkout from 4 to 6
2 parents 8566875 + ffeb2fe commit bf2aa2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Generate Reports
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525

2626
- name: Get Composer Cache Directory
2727
id: composer-cache

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
php-version: [ '8.3', '8.4', '8.5' ]
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v6
2828

2929
- name: Get Composer Cache Directory
3030
id: composer-cache

.github/workflows/wiki.yml

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

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
with:
2525
token: ${{ github.token }}
2626
submodules: recursive

0 commit comments

Comments
 (0)