Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hurl-bot committed Oct 5, 2024
1 parent 949963c commit 625a0a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 625a0a3

Please sign in to comment.