diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 268debc..553a9cd 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Release uses: softprops/action-gh-release@v2 with: diff --git a/.github/workflows/multibuild.yml b/.github/workflows/multibuild.yml index c51353a..f1cd52b 100644 --- a/.github/workflows/multibuild.yml +++ b/.github/workflows/multibuild.yml @@ -23,7 +23,7 @@ jobs: - name: Delete huge unnecessary tools folder run: rm -rf /opt/hostedtoolcache - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: QEMU Setup id: qemu uses: docker/setup-qemu-action@v3.2.0