Skip to content

Commit 3deb26c

Browse files
committed
chore(deps): update actions/checkout action to v7
1 parent 014e3d1 commit 3deb26c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/fix-php-code-style-issues.yml

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

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
18+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1919
with:
2020
ref: ${{ github.head_ref || github.ref_name }}
2121

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 5
1515
steps:
16-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
16+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1717

1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2

.github/workflows/run-tests.yml

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

3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
37+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3838

3939
- name: Setup PHP
4040
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2

.github/workflows/update-changelog.yml

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

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
17+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1818
with:
1919
ref: main
2020

0 commit comments

Comments
 (0)