diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 802573d..47306ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: cargo: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/cache@v5 with: path: | diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 52324af..1540942 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: target: x86_64-apple-darwin steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get the release version from the tag shell: bash run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV