Merge pull request #29 from aminvakil/checkout_v3

Use actions/checkout@v3
This commit is contained in:
Amin Vakil 2023-03-25 01:54:55 +03:30 committed by GitHub
commit 0a06f2eadf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |