From cf0b38d4d3bfa3d4378ededb00b48edb884095e5 Mon Sep 17 00:00:00 2001 From: "Daniel W. Anner" Date: Wed, 27 Mar 2024 17:31:31 -0400 Subject: [PATCH] - Bumping peter-evans/create-pull-request from v5 to v6 per #2035 (#2041) - Bumping tj-actions/changed-files from v41 to v44 per #2033 --- .github/workflows/update-generated-schema.yml | 2 +- .github/workflows/validation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-generated-schema.yml b/.github/workflows/update-generated-schema.yml index 98fc1e82f..7fe491269 100644 --- a/.github/workflows/update-generated-schema.yml +++ b/.github/workflows/update-generated-schema.yml @@ -46,7 +46,7 @@ jobs: run: python3 scripts/update-schema.py if: ${{ steps.netbox-release.outputs.release != vars.SCHEMA_VERSION }} - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: "Regenerate master slug list after successful PR merge" committer: "NetBox-Bot " diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index f39c36cab..73442eb21 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -97,7 +97,7 @@ jobs: run: pytest --tb=short -v - name: Check for pickle file change id: pickle-change - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v44 with: files: 'tests/known-slugs.pickle' - name: Add PR Comment if pickle file is modified