1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-05-09 09:06:16 +02:00

ci: use actions/checkout@v3

This commit is contained in:
Nicolas Duchon 2022-12-03 19:36:31 +01:00
parent 9f9e5b8cd4
commit 9c2b2cec38
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
@ -84,7 +84,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

View File

@ -21,7 +21,7 @@ jobs:
base_docker_image: [alpine, debian]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v2