From 26558e82d41632e486d5e219fff35013d836b7fe Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Fri, 4 Nov 2022 15:03:25 +0100 Subject: [PATCH] Update GitHub actions versions used for CI --- .github/workflows/ci.yaml | 16 ++++++++-------- .github/workflows/gh-pages.yml | 2 +- .github/workflows/single-header.yml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 050bc6501a..c1908806c8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,14 +18,14 @@ jobs: clang-format: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: DoozyX/clang-format-lint-action@v0.14 with: exclude: './thirdparty' extensions: 'cpp,hpp,h,cu' clangFormatVersion: 14 inplace: True - - uses: EndBug/add-and-commit@v4 + - uses: EndBug/add-and-commit@v9 with: author_name: Third Party author_email: llama@hzdr.de @@ -39,7 +39,7 @@ jobs: env: CXX: clang++-14 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: install clang-14 run: | sudo apt install clang-14 libomp-14-dev clang-tidy-14 @@ -71,7 +71,7 @@ jobs: env: CXX: g++ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 2 - name: install lcov @@ -111,7 +111,7 @@ jobs: needs: clang-format runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: create-single-header.sh run: | ./tools/create-single-header.sh @@ -192,7 +192,7 @@ jobs: install_extra: nvhpc-22-9 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: add ubuntu toolchain repo if: matrix.add_toolchain_ppa run: | @@ -292,7 +292,7 @@ jobs: shell: bash steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: vcpkg install dependencies run: | eval $VCPKG_INSTALL @@ -321,7 +321,7 @@ jobs: - os: macos-11 - os: macos-12 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: brew install dependencies run: | brew install llvm libomp diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f1e33a7c79..8687a926f0 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -8,7 +8,7 @@ jobs: gh-pages: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install doxygen run: | sudo apt-get -y --quiet install --no-install-recommends doxygen graphviz diff --git a/.github/workflows/single-header.yml b/.github/workflows/single-header.yml index a55170ce49..7d74bfe5a0 100644 --- a/.github/workflows/single-header.yml +++ b/.github/workflows/single-header.yml @@ -8,7 +8,7 @@ jobs: single-header: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: clone single-header run: | git clone -b single-header https://x-access-token:${{secrets.github_token}}@github.com/${{github.repository}}.git single-header