From a36f4c68c9ff2148aa578cc1f21744883bffbe7e Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 20 Jun 2025 09:38:03 -0400 Subject: [PATCH] Bump checkout action Signed-off-by: Alex Nelson --- .github/workflows/annotate.yml | 2 +- .github/workflows/validate.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/annotate.yml b/.github/workflows/annotate.yml index f392508..d992249 100644 --- a/.github/workflows/annotate.yml +++ b/.github/workflows/annotate.yml @@ -10,7 +10,7 @@ jobs: # Get the code from the repository to be packaged - name: Get Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Annotate - Directory No Filter uses: ./ diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index f26b9f4..34505ad 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -8,7 +8,7 @@ jobs: steps: # Get the code from the repository to be packaged - name: Get Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Install pre-commit and run the checks - name: Pre-commit Checks @@ -30,7 +30,7 @@ jobs: steps: # Get the code from the repository to be packaged - name: Get Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Action - Specific File uses: ./