diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 3a7bf9b..6f32efe 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -14,6 +14,6 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Codespell uses: codespell-project/actions-codespell@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c1e538..f79d970 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: auto-version: ${{ steps.auto-version.outputs.version }} steps: - name: Checkout source - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -53,7 +53,7 @@ jobs: echo "tag=$latest_tag" >> "$GITHUB_OUTPUT" - name: Checkout source - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ steps.latest-release.outputs.tag }}