From c107badc2a596f055461a666b991c3684c668081 Mon Sep 17 00:00:00 2001 From: Mark Matyas Date: Wed, 16 Oct 2024 09:15:20 -0700 Subject: [PATCH] Upgrade action versions to prevent warnings Signed-off-by: Mark Matyas --- .github/workflows/quic-organization-repolinter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quic-organization-repolinter.yml b/.github/workflows/quic-organization-repolinter.yml index bbdf5ec..74deb9c 100644 --- a/.github/workflows/quic-organization-repolinter.yml +++ b/.github/workflows/quic-organization-repolinter.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Verify repolinter config file is present id: check_files - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v3 with: files: "repolint.json" - name: Run Repolinter with local repolint.json