GHA: update four depencencies
- github/codeql-action digest to aa57810 - cross-platform-actions/action action to v0.26.0 - actions/cache digest to 1bd1e32 - msys2/setup-msys2 digest to d44ca8e Closes #15674 Closes #15686 Closes #15696 Closes #15702
This commit is contained in:
parent
96ffb57040
commit
72266a3e9f
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
|||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
|
uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
|
||||||
with:
|
with:
|
||||||
languages: cpp
|
languages: cpp
|
||||||
queries: security-extended
|
queries: security-extended
|
||||||
@ -59,7 +59,7 @@ jobs:
|
|||||||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||||
# If this step fails, then you should remove it and run the build manually (see below)
|
# If this step fails, then you should remove it and run the build manually (see below)
|
||||||
- name: Autobuild
|
- name: Autobuild
|
||||||
uses: github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
|
uses: github/codeql-action/autobuild@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
|
||||||
|
|
||||||
# ℹ️ Command-line programs to run using the OS shell.
|
# ℹ️ Command-line programs to run using the OS shell.
|
||||||
# 📚 https://git.io/JvXDl
|
# 📚 https://git.io/JvXDl
|
||||||
@ -73,4 +73,4 @@ jobs:
|
|||||||
# make release
|
# make release
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
|
uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
|
||||||
|
|||||||
28
.github/workflows/http3-linux.yml
vendored
28
.github/workflows/http3-linux.yml
vendored
@ -90,7 +90,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: cache quictls
|
- name: cache quictls
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-quictls-no-deprecated
|
id: cache-quictls-no-deprecated
|
||||||
env:
|
env:
|
||||||
cache-name: cache-quictls-no-deprecated
|
cache-name: cache-quictls-no-deprecated
|
||||||
@ -99,7 +99,7 @@ jobs:
|
|||||||
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.quictls-version }}-quic1
|
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.quictls-version }}-quic1
|
||||||
|
|
||||||
- name: cache gnutls
|
- name: cache gnutls
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-gnutls
|
id: cache-gnutls
|
||||||
env:
|
env:
|
||||||
cache-name: cache-gnutls
|
cache-name: cache-gnutls
|
||||||
@ -108,7 +108,7 @@ jobs:
|
|||||||
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.gnutls-version }}
|
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.gnutls-version }}
|
||||||
|
|
||||||
- name: cache wolfssl
|
- name: cache wolfssl
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-wolfssl
|
id: cache-wolfssl
|
||||||
env:
|
env:
|
||||||
cache-name: cache-wolfssl
|
cache-name: cache-wolfssl
|
||||||
@ -118,7 +118,7 @@ jobs:
|
|||||||
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.wolfssl-version }}
|
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.wolfssl-version }}
|
||||||
|
|
||||||
- name: cache nghttp3
|
- name: cache nghttp3
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-nghttp3
|
id: cache-nghttp3
|
||||||
env:
|
env:
|
||||||
cache-name: cache-nghttp3
|
cache-name: cache-nghttp3
|
||||||
@ -127,7 +127,7 @@ jobs:
|
|||||||
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.nghttp3-version }}
|
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.nghttp3-version }}
|
||||||
|
|
||||||
- name: cache ngtcp2
|
- name: cache ngtcp2
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-ngtcp2
|
id: cache-ngtcp2
|
||||||
env:
|
env:
|
||||||
cache-name: cache-ngtcp2
|
cache-name: cache-ngtcp2
|
||||||
@ -136,7 +136,7 @@ jobs:
|
|||||||
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.ngtcp2-version }}
|
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.ngtcp2-version }}
|
||||||
|
|
||||||
- name: cache nghttp2
|
- name: cache nghttp2
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-nghttp2
|
id: cache-nghttp2
|
||||||
env:
|
env:
|
||||||
cache-name: cache-nghttp2
|
cache-name: cache-nghttp2
|
||||||
@ -337,7 +337,7 @@ jobs:
|
|||||||
name: 'install prereqs'
|
name: 'install prereqs'
|
||||||
|
|
||||||
- name: cache quictls
|
- name: cache quictls
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-quictls-no-deprecated
|
id: cache-quictls-no-deprecated
|
||||||
env:
|
env:
|
||||||
cache-name: cache-quictls-no-deprecated
|
cache-name: cache-quictls-no-deprecated
|
||||||
@ -348,7 +348,7 @@ jobs:
|
|||||||
|
|
||||||
- name: cache gnutls
|
- name: cache gnutls
|
||||||
if: matrix.build.name == 'gnutls'
|
if: matrix.build.name == 'gnutls'
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-gnutls
|
id: cache-gnutls
|
||||||
env:
|
env:
|
||||||
cache-name: cache-gnutls
|
cache-name: cache-gnutls
|
||||||
@ -359,7 +359,7 @@ jobs:
|
|||||||
|
|
||||||
- name: cache wolfssl
|
- name: cache wolfssl
|
||||||
if: matrix.build.name == 'wolfssl'
|
if: matrix.build.name == 'wolfssl'
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-wolfssl
|
id: cache-wolfssl
|
||||||
env:
|
env:
|
||||||
cache-name: cache-wolfssl
|
cache-name: cache-wolfssl
|
||||||
@ -370,7 +370,7 @@ jobs:
|
|||||||
fail-on-cache-miss: true
|
fail-on-cache-miss: true
|
||||||
|
|
||||||
- name: cache nghttp3
|
- name: cache nghttp3
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-nghttp3
|
id: cache-nghttp3
|
||||||
env:
|
env:
|
||||||
cache-name: cache-nghttp3
|
cache-name: cache-nghttp3
|
||||||
@ -380,7 +380,7 @@ jobs:
|
|||||||
fail-on-cache-miss: true
|
fail-on-cache-miss: true
|
||||||
|
|
||||||
- name: cache ngtcp2
|
- name: cache ngtcp2
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-ngtcp2
|
id: cache-ngtcp2
|
||||||
env:
|
env:
|
||||||
cache-name: cache-ngtcp2
|
cache-name: cache-ngtcp2
|
||||||
@ -390,7 +390,7 @@ jobs:
|
|||||||
fail-on-cache-miss: true
|
fail-on-cache-miss: true
|
||||||
|
|
||||||
- name: cache nghttp2
|
- name: cache nghttp2
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-nghttp2
|
id: cache-nghttp2
|
||||||
env:
|
env:
|
||||||
cache-name: cache-nghttp2
|
cache-name: cache-nghttp2
|
||||||
@ -401,7 +401,7 @@ jobs:
|
|||||||
|
|
||||||
- name: cache openssl
|
- name: cache openssl
|
||||||
if: matrix.build.name == 'openssl-quic'
|
if: matrix.build.name == 'openssl-quic'
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-openssl
|
id: cache-openssl
|
||||||
env:
|
env:
|
||||||
cache-name: cache-openssl
|
cache-name: cache-openssl
|
||||||
@ -421,7 +421,7 @@ jobs:
|
|||||||
|
|
||||||
- name: cache quiche
|
- name: cache quiche
|
||||||
if: matrix.build.name == 'quiche'
|
if: matrix.build.name == 'quiche'
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-quiche
|
id: cache-quiche
|
||||||
env:
|
env:
|
||||||
cache-name: cache-quiche
|
cache-name: cache-quiche
|
||||||
|
|||||||
20
.github/workflows/linux.yml
vendored
20
.github/workflows/linux.yml
vendored
@ -331,7 +331,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 'cache bearssl'
|
- name: 'cache bearssl'
|
||||||
if: contains(matrix.build.install_steps, 'bearssl')
|
if: contains(matrix.build.install_steps, 'bearssl')
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-bearssl
|
id: cache-bearssl
|
||||||
env:
|
env:
|
||||||
cache-name: cache-bearssl
|
cache-name: cache-bearssl
|
||||||
@ -353,7 +353,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 'cache libressl'
|
- name: 'cache libressl'
|
||||||
if: contains(matrix.build.install_steps, 'libressl')
|
if: contains(matrix.build.install_steps, 'libressl')
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-libressl
|
id: cache-libressl
|
||||||
env:
|
env:
|
||||||
cache-name: cache-libressl
|
cache-name: cache-libressl
|
||||||
@ -373,7 +373,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 'cache wolfssl (all)'
|
- name: 'cache wolfssl (all)'
|
||||||
if: contains(matrix.build.install_steps, 'wolfssl-all')
|
if: contains(matrix.build.install_steps, 'wolfssl-all')
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-wolfssl-all
|
id: cache-wolfssl-all
|
||||||
env:
|
env:
|
||||||
cache-name: cache-wolfssl-all
|
cache-name: cache-wolfssl-all
|
||||||
@ -395,7 +395,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 'cache wolfssl (opensslextra)'
|
- name: 'cache wolfssl (opensslextra)'
|
||||||
if: contains(matrix.build.install_steps, 'wolfssl-opensslextra')
|
if: contains(matrix.build.install_steps, 'wolfssl-opensslextra')
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-wolfssl-opensslextra
|
id: cache-wolfssl-opensslextra
|
||||||
env:
|
env:
|
||||||
cache-name: cache-wolfssl-opensslextra
|
cache-name: cache-wolfssl-opensslextra
|
||||||
@ -417,7 +417,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 'cache mbedtls'
|
- name: 'cache mbedtls'
|
||||||
if: contains(matrix.build.install_steps, 'mbedtls')
|
if: contains(matrix.build.install_steps, 'mbedtls')
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-mbedtls
|
id: cache-mbedtls
|
||||||
env:
|
env:
|
||||||
cache-name: cache-mbedtls-threadsafe
|
cache-name: cache-mbedtls-threadsafe
|
||||||
@ -441,7 +441,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 'cache openssl (thread sanitizer)'
|
- name: 'cache openssl (thread sanitizer)'
|
||||||
if: contains(matrix.build.install_steps, 'openssl-tsan')
|
if: contains(matrix.build.install_steps, 'openssl-tsan')
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-openssl-tsan
|
id: cache-openssl-tsan
|
||||||
env:
|
env:
|
||||||
cache-name: cache-openssl-tsan
|
cache-name: cache-openssl-tsan
|
||||||
@ -460,7 +460,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 'cache quictls'
|
- name: 'cache quictls'
|
||||||
if: contains(matrix.build.install_steps, 'quictls')
|
if: contains(matrix.build.install_steps, 'quictls')
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-quictls
|
id: cache-quictls
|
||||||
env:
|
env:
|
||||||
cache-name: cache-quictls
|
cache-name: cache-quictls
|
||||||
@ -479,7 +479,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 'cache msh3'
|
- name: 'cache msh3'
|
||||||
if: contains(matrix.build.install_steps, 'msh3')
|
if: contains(matrix.build.install_steps, 'msh3')
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-msh3
|
id: cache-msh3
|
||||||
env:
|
env:
|
||||||
cache-name: cache-msh3
|
cache-name: cache-msh3
|
||||||
@ -498,7 +498,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 'cache awslc'
|
- name: 'cache awslc'
|
||||||
if: contains(matrix.build.install_steps, 'awslc')
|
if: contains(matrix.build.install_steps, 'awslc')
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-awslc
|
id: cache-awslc
|
||||||
env:
|
env:
|
||||||
cache-name: cache-awslc
|
cache-name: cache-awslc
|
||||||
@ -520,7 +520,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 'cache rustls'
|
- name: 'cache rustls'
|
||||||
if: contains(matrix.build.install_steps, 'rustls')
|
if: contains(matrix.build.install_steps, 'rustls')
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-rustls
|
id: cache-rustls
|
||||||
env:
|
env:
|
||||||
cache-name: cache-rustls
|
cache-name: cache-rustls
|
||||||
|
|||||||
8
.github/workflows/non-native.yml
vendored
8
.github/workflows/non-native.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
- name: 'cmake'
|
- name: 'cmake'
|
||||||
uses: cross-platform-actions/action@cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86 # v0.25.0
|
uses: cross-platform-actions/action@a0672d7f6de3a78e7784bbaf491c7303f68d94b3 # v0.26.0
|
||||||
with:
|
with:
|
||||||
operating_system: 'netbsd'
|
operating_system: 'netbsd'
|
||||||
version: '10.0'
|
version: '10.0'
|
||||||
@ -84,7 +84,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
- name: 'cmake'
|
- name: 'cmake'
|
||||||
uses: cross-platform-actions/action@cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86 # v0.25.0
|
uses: cross-platform-actions/action@a0672d7f6de3a78e7784bbaf491c7303f68d94b3 # v0.26.0
|
||||||
with:
|
with:
|
||||||
operating_system: 'openbsd'
|
operating_system: 'openbsd'
|
||||||
version: '7.5'
|
version: '7.5'
|
||||||
@ -128,7 +128,7 @@ jobs:
|
|||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
- name: 'autotools'
|
- name: 'autotools'
|
||||||
if: ${{ matrix.build == 'autotools' }}
|
if: ${{ matrix.build == 'autotools' }}
|
||||||
uses: cross-platform-actions/action@cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86 # v0.25.0
|
uses: cross-platform-actions/action@a0672d7f6de3a78e7784bbaf491c7303f68d94b3 # v0.26.0
|
||||||
with:
|
with:
|
||||||
operating_system: 'freebsd'
|
operating_system: 'freebsd'
|
||||||
version: '14.1'
|
version: '14.1'
|
||||||
@ -158,7 +158,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 'cmake'
|
- name: 'cmake'
|
||||||
if: ${{ matrix.build == 'cmake' }}
|
if: ${{ matrix.build == 'cmake' }}
|
||||||
uses: cross-platform-actions/action@cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86 # v0.25.0
|
uses: cross-platform-actions/action@a0672d7f6de3a78e7784bbaf491c7303f68d94b3 # v0.26.0
|
||||||
with:
|
with:
|
||||||
operating_system: 'freebsd'
|
operating_system: 'freebsd'
|
||||||
version: '14.1'
|
version: '14.1'
|
||||||
|
|||||||
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
@ -188,7 +188,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
|
|
||||||
- uses: msys2/setup-msys2@c52d1fa9c7492275e60fe763540fb601f5f232a1 # v2
|
- uses: msys2/setup-msys2@d44ca8e88d8b43d56cf5670f91747359d5537f97 # v2
|
||||||
if: ${{ matrix.sys == 'msys' }}
|
if: ${{ matrix.sys == 'msys' }}
|
||||||
with:
|
with:
|
||||||
msystem: ${{ matrix.sys }}
|
msystem: ${{ matrix.sys }}
|
||||||
@ -204,7 +204,7 @@ jobs:
|
|||||||
libpsl-devel
|
libpsl-devel
|
||||||
libssh2-devel
|
libssh2-devel
|
||||||
|
|
||||||
- uses: msys2/setup-msys2@c52d1fa9c7492275e60fe763540fb601f5f232a1 # v2
|
- uses: msys2/setup-msys2@d44ca8e88d8b43d56cf5670f91747359d5537f97 # v2
|
||||||
if: ${{ matrix.sys != 'msys' }}
|
if: ${{ matrix.sys != 'msys' }}
|
||||||
with:
|
with:
|
||||||
msystem: ${{ matrix.sys }}
|
msystem: ${{ matrix.sys }}
|
||||||
@ -388,7 +388,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: 'cache compiler (gcc ${{ matrix.env }})'
|
- name: 'cache compiler (gcc ${{ matrix.env }})'
|
||||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
id: cache-compiler
|
id: cache-compiler
|
||||||
with:
|
with:
|
||||||
path: ~\my-cache
|
path: ~\my-cache
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user