From d1611f9eeade6a385e0137082eb68a4b2d4deeed Mon Sep 17 00:00:00 2001 From: "Hugh A. Cayless" Date: Mon, 13 Nov 2023 09:07:16 -0500 Subject: [PATCH] Update checkout action. --- .github/workflows/pre-process-ceteicean.yml | 2 +- .github/workflows/update-arabic-columns.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-process-ceteicean.yml b/.github/workflows/pre-process-ceteicean.yml index f0a6060..4a0c679 100755 --- a/.github/workflows/pre-process-ceteicean.yml +++ b/.github/workflows/pre-process-ceteicean.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: # This step checks out a copy of your repository. - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # This step references the directory that contains the action. - name: Publish Updates env: diff --git a/.github/workflows/update-arabic-columns.yml b/.github/workflows/update-arabic-columns.yml index 0217ab1..26d7d9f 100755 --- a/.github/workflows/update-arabic-columns.yml +++ b/.github/workflows/update-arabic-columns.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: # This step checks out a copy of your repository. - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # This step references the directory that contains the action. - uses: ./.github/actions/update-arabic-columns # this step automatically commits changes