summaryrefslogtreecommitdiffstats
path: root/.github/workflows/run-checker-daily.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-05 07:56:28 +0000
committerTomas Mraz <tomas@openssl.org>2023-09-05 11:23:49 +0200
commitc503577a606dc0ee4cba07d13d504f641998b98b (patch)
treefb862cac51dc01d639dc762bd5b983b69c80471b /.github/workflows/run-checker-daily.yml
parent2fb934d9cfec4914a1549bc2b1c4e5658236ab29 (diff)
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> CLA: trivial Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21953) (cherry picked from commit d4231af60a8d04196b3b873c2fa8638daff36173)
Diffstat (limited to '.github/workflows/run-checker-daily.yml')
-rw-r--r--.github/workflows/run-checker-daily.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run-checker-daily.yml b/.github/workflows/run-checker-daily.yml
index 3303ca0d83..8b7252b128 100644
--- a/.github/workflows/run-checker-daily.yml
+++ b/.github/workflows/run-checker-daily.yml
@@ -133,7 +133,7 @@ jobs:
]
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: config
run: CC=clang ./config --banner=Configured --strict-warnings ${{ matrix.opt }}
- name: config dump