From 656317dd5f1f26aeacbd0dba09539a3343dbc8ad Mon Sep 17 00:00:00 2001 From: Amin Vakil Date: Sat, 25 Mar 2023 01:32:16 +0330 Subject: [PATCH] Use actions/checkout@v3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a24934b..bcb3dc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the codebase. - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install hadolint. run: | @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the codebase. - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Find an open port. run: |