Skip to content

Commit 261b125

Browse files
Bump actions/checkout from 6.0.3 to 7.0.0 (#789)
1 parent 2e8b560 commit 261b125

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.event.pull_request.draft == false
1414

1515
steps:
16-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
16+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1717
with:
1818
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
1919
ref: ${{ github.event.client_payload.pull_request.head.ref }}

.github/workflows/php-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.event.pull_request.draft == false
1414

1515
steps:
16-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
16+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1717
with:
1818
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
1919
ref: ${{ github.event.client_payload.pull_request.head.ref }}

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
options: ${{ matrix.db-options }}
7272

7373
steps:
74-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
74+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7575
with:
7676
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
7777
ref: ${{ github.event.client_payload.pull_request.head.ref }}
@@ -124,7 +124,7 @@ jobs:
124124
DBA_MODE: ${{ matrix.mode }}
125125

126126
steps:
127-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
127+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
128128
with:
129129
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
130130
ref: ${{ github.event.client_payload.pull_request.head.ref }}

.github/workflows/tests-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- 5432:5432
3939

4040
steps:
41-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
41+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4242
with:
4343
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
4444
ref: ${{ github.event.client_payload.pull_request.head.ref }}

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
options: ${{ startsWith(matrix.db-image, 'mariadb') && '--health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=1s --health-timeout=10s --health-retries=60' || '--health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3' }}
124124

125125
steps:
126-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
126+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
127127
with:
128128
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
129129
ref: ${{ github.event.client_payload.pull_request.head.ref }}
@@ -178,7 +178,7 @@ jobs:
178178
DBA_MODE: ${{ matrix.mode }}
179179

180180
steps:
181-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
181+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
182182
with:
183183
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
184184
ref: ${{ github.event.client_payload.pull_request.head.ref }}

0 commit comments

Comments
 (0)