From 7bb536cc699b0d1c9bac6781c8f571ac4e0eeebd Mon Sep 17 00:00:00 2001 From: Viktor <35473052+viktorxda@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:48:25 +0100 Subject: [PATCH] [no ci] Workflow: update github actions --- .github/workflows/build.yml | 6 +++--- .github/workflows/toolchain.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d8515d4..2eef158a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -164,18 +164,18 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup ccache if: github.event_name != 'pull_request' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /tmp/ccache key: ${{matrix.platform}}_${{matrix.release}} - name: Restore ccache if: github.event_name == 'pull_request' - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: /tmp/ccache key: ${{matrix.platform}}_${{matrix.release}} diff --git a/.github/workflows/toolchain.yml b/.github/workflows/toolchain.yml index 7d916046..da47052d 100644 --- a/.github/workflows/toolchain.yml +++ b/.github/workflows/toolchain.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build toolchain run: |