From a406ee8d68b5fec38e9aaabce299fc12ca6b051e Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Fri, 13 Sep 2024 00:17:04 +0000 Subject: [PATCH] Bump checkout version to fix node deprecation warning --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 36ce23d2..2994f40c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: LicenseCheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: ./check-license.sh Envvars: runs-on: ubuntu-latest @@ -54,7 +54,7 @@ jobs: - task: Test cmd: pytest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Python With Cached pip Packages if: needs.Envvars.outputs.do_cache == '1' uses: actions/setup-python@v4