Fix github actions dependency deprecations

master
Brad Linden 2024-03-12 17:49:19 -07:00
parent afc943acbc
commit 231062d532
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
@ -81,7 +81,7 @@ jobs:
run: pip3 install autobuild llsd
- name: Cache autobuild packages
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-installables
with:
path: .autobuild-installables