diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5275ba9..04ac96f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Create cache paths run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56b76c8..0c4442a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: rust-version: ${{ steps.versions.outputs.rust-version }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Rust uses: dtolnay/rust-toolchain@stable @@ -63,7 +63,7 @@ jobs: macos-deployment-target: ${{ steps.build.outputs.macos-deployment-target }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Rust uses: dtolnay/rust-toolchain@stable @@ -147,7 +147,7 @@ jobs: id: tag_name run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> "$GITHUB_OUTPUT" - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get Changelog Entry id: changelog_reader uses: mindsers/changelog-reader-action@v2