summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ci-dev-distro-compiler.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-12 11:07:48 +0000
committerAndrew Clayton <a.clayton@nginx.com>2025-08-14 18:15:49 +0100
commitcefa8b4dac5179d1dd16f46c2e505429d5010e37 (patch)
tree68285e05d2adf1afca9383fb9ecb56f96c741d9d /.github/workflows/ci-dev-distro-compiler.yaml
parent6ef17b7b1c8935f5c38505f296c895797c876833 (diff)
downloadunit-cefa8b4dac5179d1dd16f46c2e505429d5010e37.tar.gz
unit-cefa8b4dac5179d1dd16f46c2e505429d5010e37.tar.bz2
ci: Bump actions/checkout from 4 to 5
Bumps <https://github.com/actions/checkout> from 4 to 5. NOTE: This requires a minimum runner version of 2.327.1 which we seem to currently be on. Link: Release notes <https://github.com/actions/checkout/releases> link: Changelog <https://github.com/actions/checkout/blob/main/CHANGELOG.md> Link: Commits <https://github.com/actions/checkout/compare/v4...v5> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to '.github/workflows/ci-dev-distro-compiler.yaml')
-rw-r--r--.github/workflows/ci-dev-distro-compiler.yaml4
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: |