diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8299b29..1d93be9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: target: aarch64-apple-darwin steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - name: Install linux if: ${{ matrix.os == 'linux' }} run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ef03998..3c2c647 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: image: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - name: Install linux if: ${{ matrix.os == 'linux' }} run: |