summaryrefslogtreecommitdiffstats
path: root/.github/workflows/run-checker-daily.yml
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2022-11-02 08:53:36 +0100
committerTomas Mraz <tomas@openssl.org>2022-11-03 12:21:50 +0100
commit7343f687705faaa63fdf0e360c49d028b061362c (patch)
treecd50f74d82f5289fe177ccdec37c4bce876d821d /.github/workflows/run-checker-daily.yml
parentde45fecf8aeab68cd137c7737973e00a9669897c (diff)
Update GitHub actions as suggested by dependabot
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19581) (cherry picked from commit ec33ed712665ca65cabcd87d446e5db79a64379e)
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 87f9b2ccaf..3303ca0d83 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@v2
+ - uses: actions/checkout@v3
- name: config
run: CC=clang ./config --banner=Configured --strict-warnings ${{ matrix.opt }}
- name: config dump