diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-03-18 22:22:05 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-03-18 22:22:05 +0200 |
commit | 007d92b50e51c185d55d6bbff39910056b3e7d18 (patch) | |
tree | 41cc621b18e14b3516853cccce2fb75bbde97d2f | |
parent | 15734c19783fc5fc38e5c1cba485d756285161e0 (diff) | |
parent | 656d1826e665b477e85ec3cf6db07677a3b88852 (diff) |
Merge branch 'main' into DRTVWR-591-maint-X
-rw-r--r-- | .github/workflows/build.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 13798fc607..078eb1f1b8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 |