From fd522705da3f4492573218a2180e86c9cd0a5858 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Fri, 18 Aug 2023 17:13:18 +0000 Subject: [PATCH] Update to checkout v3 --- .github/workflows/pr.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 59f6361..b8d94f5 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -11,7 +11,7 @@ jobs: name: Lint entrypoint.py runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: pylint run: make pylint @@ -19,7 +19,7 @@ jobs: name: Lint bash, docker, markdown, and yaml runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Lint codebase uses: docker://github/super-linter:v3.8.3 env: @@ -34,7 +34,7 @@ jobs: name: Validate public release image builds runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Docker build run: make build-release config=public @@ -42,7 +42,7 @@ jobs: name: Validate public latest image builds runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Docker build run: make build-latest config=public @@ -50,7 +50,7 @@ jobs: name: Validate private release image builds runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Docker build run: make build-release config=private env: @@ -60,7 +60,7 @@ jobs: name: Validate private latest image builds runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Docker build run: make build-latest config=private env: