mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-21 16:03:23 +01:00
- Bumping tj-actions/changed-files from v41 to v44 per #2033
This commit is contained in:
parent
51368eb4de
commit
cf0b38d4d3
@ -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 <info@netboxlabs.com>"
|
||||
|
2
.github/workflows/validation.yml
vendored
2
.github/workflows/validation.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user