Update actions/checkout action to v3

This commit is contained in:
Renovate Bot 2022-03-01 19:06:16 +00:00
parent a9cdec6d87
commit 2c20771682
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
name: Checks syntax of our code
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
@ -52,7 +52,7 @@ jobs:
steps:
- id: git-checkout
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- id: docker-build
name: Build the image from '${{ matrix.docker_from }}' with '${{ matrix.build_cmd }}'
run: ${{ matrix.build_cmd }}

View File

@ -24,7 +24,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
-
name: Get Version of NetBox Docker
run: |