diff options
Diffstat (limited to '.github/workflows/ci-dev-distro-compiler.yaml')
| -rw-r--r-- | .github/workflows/ci-dev-distro-compiler.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-dev-distro-compiler.yaml b/.github/workflows/ci-dev-distro-compiler.yaml index c666df86..0df87af0 100644 --- a/.github/workflows/ci-dev-distro-compiler.yaml +++ b/.github/workflows/ci-dev-distro-compiler.yaml @@ -47,7 +47,7 @@ jobs: fi npm install -g node-gyp - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: configure unit CC=${{ matrix.compiler }} run: | @@ -137,7 +137,7 @@ jobs: apk add clang fi - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: configure unit CC=${{ matrix.compiler }} run: | |
