From 58002f4903c6940fc8d93721b9dc99c6869487e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 05:35:16 -0700 Subject: [PATCH] Bump the github-actions group with 2 updates (#3997) --- .github/workflows/build.yaml | 4 ++-- .github/workflows/tests.yaml | 2 +- .github/workflows/trigger-skeletons.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6105124c6..bc48d6ce8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 with: ref: ${{ github.ref }} @@ -67,7 +67,7 @@ jobs: runs-on: ubuntu-latest if: always() steps: - - uses: technote-space/workflow-conclusion-action@v2 + - uses: technote-space/workflow-conclusion-action@v3 - uses: 8398a7/action-slack@v3 with: status: failure diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7b705eb2f..78180ccb2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup PHP ${{ matrix.php }} uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/trigger-skeletons.yml b/.github/workflows/trigger-skeletons.yml index b42b9630a..40fd38ad6 100644 --- a/.github/workflows/trigger-skeletons.yml +++ b/.github/workflows/trigger-skeletons.yml @@ -22,7 +22,7 @@ jobs: WORKFLOW: "build-skeleton.yml" AUTH: ":${{secrets.GLOBAL_TOKEN}}" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Make it rain ☔️ run: | SKELETONS=`curl -s "${{secrets.SKELETONS_JSON_LIST}}"`