From 18d8cff8429ca13476017ea1f83ea5acbfe169cb Mon Sep 17 00:00:00 2001 From: James Falkner Date: Thu, 13 Jun 2024 10:21:39 -0400 Subject: [PATCH] update to newer actions --- .github/workflows/spelling_action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spelling_action.yml b/.github/workflows/spelling_action.yml index 24524400..dc131c6d 100644 --- a/.github/workflows/spelling_action.yml +++ b/.github/workflows/spelling_action.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Spellcheck uses: rojopolis/spellcheck-github-actions@v0 @@ -21,7 +21,7 @@ jobs: output_file: spellcheck-output.txt - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: '!cancelled()' # Do not upload artifact if job was cancelled with: name: Spellcheck Output