Bump the github-actions group with 2 updates (#3997)

This commit is contained in:
dependabot[bot]
2025-12-02 05:35:16 -07:00
committed by GitHub
parent 19a9fafe37
commit 58002f4903
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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}}"`