mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:03:32 +03:00
GHA: bump actions and pips
- update `actions/cache` from 5.0.3 to 5.0.4 - update `actions/download-artifact` from 7.0.0 to 8.0.1 - update `actions/upload-artifact` from 6.0.0 to 7.0.0 - update `msys2/setup-msys2` from 2.30.0 to 2.31.0 - update pip `ruff` from 0.15.7 to 0.15.8 Closes #21195 Closes #21197
This commit is contained in:
parent
0df6c01db3
commit
fcf946e846
7 changed files with 63 additions and 63 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
|
@ -113,7 +113,7 @@ jobs:
|
|||
|
||||
- name: 'cache libressl'
|
||||
if: ${{ contains(matrix.build.install_steps, 'libressl') }}
|
||||
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
|
||||
id: cache-libressl
|
||||
env:
|
||||
cache-name: cache-libressl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue