Skip to content

Commit 36d47b9

Browse files
authored
Merge pull request #711 from netbox-community/renovate/actions-checkout-3.x
Update actions/checkout action to v3
2 parents a9cdec6 + 2c20771 commit 36d47b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
name: Checks syntax of our code
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
with:
1818
# Full git history is needed to get a proper list of changed files within `super-linter`
1919
fetch-depth: 0
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- id: git-checkout
5454
name: Checkout
55-
uses: actions/checkout@v2
55+
uses: actions/checkout@v3
5656
- id: docker-build
5757
name: Build the image from '${{ matrix.docker_from }}' with '${{ matrix.build_cmd }}'
5858
run: ${{ matrix.build_cmd }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
-
2626
name: Checkout
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828
-
2929
name: Get Version of NetBox Docker
3030
run: |

0 commit comments

Comments
 (0)