Skip to content

Commit bc21822

Browse files
Update actions/checkout action to v6.1.0
1 parent 00c0c5c commit bc21822

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/cleanup-empty-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v6.0.3
12+
- uses: actions/checkout@v6.1.0
1313

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

.github/workflows/monorepo-split-packages.yml

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

8787

8888
steps:
89-
- uses: actions/checkout@v6.0.3
89+
- uses: actions/checkout@v6.1.0
9090

9191
# Search and replace "moox/core": "*" with "moox/core": "^3.1.3" in composer.json
9292
- name: Replace core version in composer.json

.github/workflows/monorepo-split-plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717

1818
steps:
19-
- uses: actions/checkout@v6.0.3
19+
- uses: actions/checkout@v6.1.0
2020

2121
- if: "!startsWith(github.ref, 'refs/tags/')"
2222
uses: "symplify/monorepo-split-github-action@v2.4.5"

.github/workflows/pest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
3636

3737
steps:
38-
- uses: actions/checkout@v6.0.3
38+
- uses: actions/checkout@v6.1.0
3939

4040
- name: Setup PHP
4141
uses: shivammathur/setup-php@v2
@@ -93,7 +93,7 @@ jobs:
9393
needs: pest
9494
runs-on: ubuntu-latest
9595
steps:
96-
- uses: actions/checkout@v6.0.3
96+
- uses: actions/checkout@v6.1.0
9797

9898
- name: Download Coverage Report
9999
uses: actions/download-artifact@v8

.github/workflows/pint.yml

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

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v6.0.3
15+
uses: actions/checkout@v6.1.0
1616
with:
1717
ref: ${{ github.head_ref }}
1818
token: ${{ secrets.BOT || github.token }}

.github/workflows/scorecard.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.0.3
37+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
3838
with:
3939
persist-credentials: false
4040

.github/workflows/split.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
package: ${{ fromJson(needs.prepare.outputs.package-list) }}
7474

7575
steps:
76-
- uses: actions/checkout@v6.0.3
76+
- uses: actions/checkout@v6.1.0
7777

7878
- name: Get package stability and determine version
7979
working-directory: packages/${{ matrix.package }}

0 commit comments

Comments
 (0)