diff --git a/.github/workflows/check-learning-path-links.yml b/.github/workflows/check-learning-path-links.yml index 475aeb27296..956a473167f 100644 --- a/.github/workflows/check-learning-path-links.yml +++ b/.github/workflows/check-learning-path-links.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout head - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.1 with: persist-credentials: true # need this for opening a PR fetch-depth: 0 @@ -30,7 +30,7 @@ jobs: echo "prev_sha=$prev_sha" >> $GITHUB_ENV - name: Checkout previous update - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ env.prev_sha }} diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 748dfeec027..73ed7f76449 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -17,7 +17,7 @@ jobs: with: persist-credentials: false - - uses: streetsidesoftware/cspell-action@76c6f6d52abd57f4bcab5f3fde1bbd4f19a99eb0 + - uses: streetsidesoftware/cspell-action@3294df585d3d639e30f3bc019cb11940b9866e95 name: Documentation spellcheck if: ${{ !cancelled() }} with: @@ -25,7 +25,7 @@ jobs: inline: error incremental_files_only: true - - uses: streetsidesoftware/cspell-action@76c6f6d52abd57f4bcab5f3fde1bbd4f19a99eb0 + - uses: streetsidesoftware/cspell-action@3294df585d3d639e30f3bc019cb11940b9866e95 name: Resx spellcheck if: ${{ !cancelled() }} with: @@ -33,7 +33,7 @@ jobs: inline: error incremental_files_only: true - - uses: streetsidesoftware/cspell-action@76c6f6d52abd57f4bcab5f3fde1bbd4f19a99eb0 + - uses: streetsidesoftware/cspell-action@3294df585d3d639e30f3bc019cb11940b9866e95 name: Source code spellcheck if: ${{ !cancelled() }} with: