mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 00:44:55 +03:00
Update actions
This commit is contained in:
parent
949963cfc8
commit
625a0a3aad
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
@ -316,7 +316,7 @@ jobs:
|
||||
with:
|
||||
ref: ${{ inputs.branch }}
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.7.0
|
||||
uses: docker/setup-buildx-action@v3.7.1
|
||||
- name: Build docker images
|
||||
run: |
|
||||
echo "::group::Docker build prerequisites"
|
||||
@ -545,7 +545,7 @@ jobs:
|
||||
run: |
|
||||
.\bin\install_rust.ps1
|
||||
- name: Manage vcpkg cache
|
||||
uses: actions/cache@v4.0.2
|
||||
uses: actions/cache@v4.1.0
|
||||
with:
|
||||
path: C:\vcpkg
|
||||
key: ${{ runner.os }}-release-windows-x64
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -393,7 +393,7 @@ jobs:
|
||||
run: |
|
||||
.\bin\install_rust.ps1
|
||||
- name: Manage vcpkg cache
|
||||
uses: actions/cache@v4.0.2
|
||||
uses: actions/cache@v4.1.0
|
||||
with:
|
||||
path: C:\vcpkg
|
||||
key: ${{ runner.os }}-test-windows-x64
|
||||
|
Loading…
Reference in New Issue
Block a user