mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
GHA: bump actions and pip dependencies
- update action `actions/cache` from 5.0.1 to 5.0.3 - update action `github/codeql-action` from 4.31.9 to 4.32.4 - update pip `filelock` from 3.20.3 to 3.24.3 - update pip `ruff` from 0.14.14 to 0.15.2 Closes #20782 Closes #20783
This commit is contained in:
parent
1b35c9e1e3
commit
4427e6152a
8 changed files with 51 additions and 51 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
|
@ -103,7 +103,7 @@ jobs:
|
|||
|
||||
- name: 'cache libressl'
|
||||
if: ${{ contains(matrix.build.install_steps, 'libressl') }}
|
||||
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
||||
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||
id: cache-libressl
|
||||
env:
|
||||
cache-name: cache-libressl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue