diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c72668a5..7e10b53c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -11,7 +11,7 @@ jobs: env: RUSTFLAGS: '-C target-cpu=skylake' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: 'true' - name: Install minimal stable with clippy and rustfmt @@ -39,7 +39,7 @@ jobs: - platform: 'web' - platform: 'tauri' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: 'true' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47022128..a064d3f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: release_version: ${{ steps.get-release-notes.outputs.release_version }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: setup node uses: actions/setup-node@v6 - name: get version @@ -87,7 +87,7 @@ jobs: contents: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: create KOReader plugin zip env: @@ -146,7 +146,7 @@ jobs: runs-on: ${{ matrix.config.os }} timeout-minutes: 60 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: initialize git submodules run: git submodule update --init --recursive diff --git a/.github/workflows/vercel-merge.yml b/.github/workflows/vercel-merge.yml index 032957ad..aceca29b 100644 --- a/.github/workflows/vercel-merge.yml +++ b/.github/workflows/vercel-merge.yml @@ -11,7 +11,7 @@ jobs: build_and_deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: 'true' - uses: amondnet/vercel-action@v25