diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 69e7e3a..10aa100 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest name: Checks syntax of our code steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Full git history is needed to get a proper # list of changed files within `super-linter` @@ -64,7 +64,7 @@ jobs: steps: - id: git-checkout name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - id: qemu-setup name: Set up QEMU uses: docker/setup-qemu-action@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 455ad7e..683653e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: steps: - id: source-checkout name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - id: set-netbox-docker-version name: Get Version of NetBox Docker run: echo "version=$(cat VERSION)" >>"$GITHUB_OUTPUT"