From d9f81ae4ebb0ddf137bbb49d5231e6631efb0bdb Mon Sep 17 00:00:00 2001 From: Rick Calixte <10281587+rcalixte@users.noreply.github.com> Date: Fri, 19 Jan 2024 08:04:17 -0500 Subject: [PATCH] Update Checkout Action to v4 (#552) --- .github/workflows/main.yml | 2 +- .github/workflows/tst.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f06a7dcb..57eade5d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Runs a set of commands using the runners shell - name: Validate spices diff --git a/.github/workflows/tst.yml b/.github/workflows/tst.yml index 16ba63db..a793897f 100644 --- a/.github/workflows/tst.yml +++ b/.github/workflows/tst.yml @@ -21,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Runs a set of commands using the runners shell - name: Generate Translation Status Tables