diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 074d2ed69..9c9066bd0 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout if: steps.repo_check.outputs.should_deploy == 'true' - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Login to GitHub CR if: steps.repo_check.outputs.should_deploy == 'true' diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 917081131..ffd88c379 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -16,6 +16,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Spell Check Repo uses: crate-ci/typos@v1.35.4 \ No newline at end of file