Skip to content
Snippets Groups Projects
Commit 231062d5 authored by Brad Linden's avatar Brad Linden
Browse files

Fix github actions dependency deprecations

parent afc943ac
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment