updating actions versioning (#1871)

This commit is contained in:
Daniel W. Anner
2024-01-22 11:31:30 -05:00
committed by GitHub
parent f7e55f3d60
commit 25ab2658a9
5 changed files with 29 additions and 29 deletions

View File

@@ -17,16 +17,16 @@ jobs:
uses: pozetroninc/github-action-get-latest-release@master
with:
repository: netbox-community/netbox
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: ${{ steps.netbox-release.outputs.release != vars.SCHEMA_VERSION }}
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
id: setup_python
with:
python-version: '3.8'
python-version: '3.9'
if: ${{ steps.netbox-release.outputs.release != vars.SCHEMA_VERSION }}
- name: cache virtualenv
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-venv
with:
path: ${{ env.pythonLocation }}