mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:13:35 +03:00
GHA: bump actions and pips
- update action `actions/cache` from 5.0.4 to 5.0.5 - update action `actions/upload-artifact` from 7.0.0 to 7.0.1 - update action `github/codeql-action` from 4.32.4 to 4.35.2 - update action `msys2/setup-msys2` from 2.31.0 to 2.31.1 - update pip `filelock` from 3.25.2 to 3.29.0 - update pip `impacket` to 0.13.0 - update pip `ruff` from 0.15.10 to 0.15.12 Closes #21483 Closes #21482
This commit is contained in:
parent
faa4b0692d
commit
47755c4e69
10 changed files with 62 additions and 62 deletions
4
.github/workflows/distcheck.yml
vendored
4
.github/workflows/distcheck.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
- name: 'maketgz'
|
||||
run: SOURCE_DATE_EPOCH=1711526400 ./scripts/maketgz 99.98.97
|
||||
|
||||
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: 'release-tgz'
|
||||
path: 'curl-99.98.97.tar.gz'
|
||||
|
|
@ -268,7 +268,7 @@ jobs:
|
|||
matrix:
|
||||
image: [ubuntu-24.04-arm, macos-latest, windows-2022]
|
||||
steps:
|
||||
- uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2.31.0
|
||||
- uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1
|
||||
if: ${{ contains(matrix.image, 'windows') }}
|
||||
with:
|
||||
msystem: mingw64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue