mirror of
https://github.com/getgrav/grav.git
synced 2025-12-05 15:29:57 +01:00
Bump the github-actions group with 2 updates (#3997)
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.ref }}
|
ref: ${{ github.ref }}
|
||||||
|
|
||||||
@@ -67,7 +67,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: always()
|
if: always()
|
||||||
steps:
|
steps:
|
||||||
- uses: technote-space/workflow-conclusion-action@v2
|
- uses: technote-space/workflow-conclusion-action@v3
|
||||||
- uses: 8398a7/action-slack@v3
|
- uses: 8398a7/action-slack@v3
|
||||||
with:
|
with:
|
||||||
status: failure
|
status: failure
|
||||||
|
|||||||
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Setup PHP ${{ matrix.php }}
|
- name: Setup PHP ${{ matrix.php }}
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
|
|||||||
2
.github/workflows/trigger-skeletons.yml
vendored
2
.github/workflows/trigger-skeletons.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
WORKFLOW: "build-skeleton.yml"
|
WORKFLOW: "build-skeleton.yml"
|
||||||
AUTH: ":${{secrets.GLOBAL_TOKEN}}"
|
AUTH: ":${{secrets.GLOBAL_TOKEN}}"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v6
|
||||||
- name: Make it rain ☔️
|
- name: Make it rain ☔️
|
||||||
run: |
|
run: |
|
||||||
SKELETONS=`curl -s "${{secrets.SKELETONS_JSON_LIST}}"`
|
SKELETONS=`curl -s "${{secrets.SKELETONS_JSON_LIST}}"`
|
||||||
|
|||||||
Reference in New Issue
Block a user