Skip to content

Commit 58002f4

Browse files
Bump the github-actions group with 2 updates (#3997)
1 parent 19a9faf commit 58002f4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v6
1919
with:
2020
ref: ${{ github.ref }}
2121

@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
if: always()
6969
steps:
70-
- uses: technote-space/workflow-conclusion-action@v2
70+
- uses: technote-space/workflow-conclusion-action@v3
7171
- uses: 8398a7/action-slack@v3
7272
with:
7373
status: failure

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323

2424
- name: Setup PHP ${{ matrix.php }}
2525
uses: shivammathur/setup-php@v2

.github/workflows/trigger-skeletons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
WORKFLOW: "build-skeleton.yml"
2323
AUTH: ":${{secrets.GLOBAL_TOKEN}}"
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v6
2626
- name: Make it rain ☔️
2727
run: |
2828
SKELETONS=`curl -s "${{secrets.SKELETONS_JSON_LIST}}"`

0 commit comments

Comments
 (0)