diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74798ca..2059771 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: runs-on: ${{ matrix.os }} timeout-minutes: 60 steps: - - uses: taiki-e/github-actions/checkout@main + - uses: taiki-e/checkout-action@v1 - name: Install Rust run: rustup update stable --no-self-update - uses: ./ @@ -135,7 +135,7 @@ jobs: run: apk --no-cache add bash cargo shell: sh if: startsWith(matrix.container, 'alpine') - - uses: taiki-e/github-actions/checkout@main + - uses: taiki-e/checkout-action@v1 - uses: ./ with: tool: cargo-hack diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9d59ae..331087b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: permissions: contents: write steps: - - uses: taiki-e/github-actions/checkout@main + - uses: taiki-e/checkout-action@v1 - uses: taiki-e/create-gh-release-action@v1 with: changelog: CHANGELOG.md