diff --git a/.github/workflows/build-and-tests.yml b/.github/workflows/build-and-tests.yml index bfbac946b..15e239c2e 100644 --- a/.github/workflows/build-and-tests.yml +++ b/.github/workflows/build-and-tests.yml @@ -31,7 +31,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout Commit - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node uses: actions/setup-node@v6 with: @@ -204,7 +204,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout Commit - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node uses: actions/setup-node@v6 if: ${{ !matrix.settings.docker }} @@ -310,7 +310,7 @@ jobs: timeout-minutes: 120 steps: - name: Checkout Commit - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Cache Node Modules id: cache-node-modules uses: actions/cache@v5 @@ -399,7 +399,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout Commit - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node uses: actions/setup-node@v6 with: @@ -450,7 +450,7 @@ jobs: if: startsWith(github.ref_name, 'v4') steps: - name: Checkout Commit - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Necessary to find the commits included in the release fetch-depth: 0 diff --git a/.github/workflows/clean-cache.yml b/.github/workflows/clean-cache.yml index 90a7b92b1..84ca0c6c6 100644 --- a/.github/workflows/clean-cache.yml +++ b/.github/workflows/clean-cache.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Cleanup run: | gh extension install actions/gh-actions-cache diff --git a/.github/workflows/performance-report.yml b/.github/workflows/performance-report.yml index d5edccddd..6720e4f60 100644 --- a/.github/workflows/performance-report.yml +++ b/.github/workflows/performance-report.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Commit - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{matrix.settings.ref}} - name: Install Toolchain @@ -78,7 +78,7 @@ jobs: name: Report Performance steps: - name: Checkout Commit - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: refs/pull/${{ github.event.number }}/merge - name: Install Toolchain diff --git a/.github/workflows/repl-artefacts.yml b/.github/workflows/repl-artefacts.yml index a74dcf079..7c5c4430a 100644 --- a/.github/workflows/repl-artefacts.yml +++ b/.github/workflows/repl-artefacts.yml @@ -24,7 +24,7 @@ jobs: name: Upload steps: - name: Checkout Commit - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: refs/pull/${{ github.event.number }}/merge - name: Install Toolchain