diff --git a/.github/workflows/autotag-releases.yml b/.github/workflows/autotag-releases.yml index 4ca4ad5..b909f17 100644 --- a/.github/workflows/autotag-releases.yml +++ b/.github/workflows/autotag-releases.yml @@ -15,7 +15,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Get version from tag id: tag_name run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2d5ed9..d498fb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - "beta" - "stable" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # Test toolchain file support - name: Write rust-toolchain.toml @@ -93,7 +93,7 @@ jobs: name: Cache runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Rust uses: ./