From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 13:31:52 +0000 (+0000) Subject: build(deps): bump actions/checkout from 2 to 3 X-Git-Tag: v6.0.0~97^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc4f1220fe37cc04a080de97bcab505a839a7a43;p=thirdparty%2Flxc.git build(deps): bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 52d7cac72..ae002c140 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Download Coverity Build Tool run: | diff --git a/.github/workflows/sanitizers.yml b/.github/workflows/sanitizers.yml index ce50dfaec..748db8b48 100644 --- a/.github/workflows/sanitizers.yml +++ b/.github/workflows/sanitizers.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install dependencies run: | diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 4c107c00b..72434235f 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install dependencies run: |