diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1149b3b..35c2e8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: name: Frontend (lint, types, tests) runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install pnpm uses: pnpm/action-setup@v6 @@ -55,7 +55,7 @@ jobs: name: Rust (fmt, clippy, tests) runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Linux dependencies run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f459a81..52895d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: outputs: release_id: ${{ steps.create-release.outputs.result }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Create draft release id: create-release @@ -64,7 +64,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Linux dependencies if: matrix.platform == 'ubuntu-22.04'