From c4d2385e57a2ced6849be1a1af59fb91132fda01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 14:47:56 +0000 Subject: [PATCH] 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] --- .github/workflows/ci-bionic.yml | 2 +- .github/workflows/ci-bullseye.yml | 2 +- .github/workflows/ci-buster.yml | 2 +- .github/workflows/ci-centos-7.yml | 2 +- .github/workflows/ci-centos-8.yml | 2 +- .github/workflows/ci-eslint.yml | 2 +- .github/workflows/ci-stretch.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/create-packages.yml | 2 +- .github/workflows/release-packages.yml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-bionic.yml b/.github/workflows/ci-bionic.yml index a8df52549..13c22749d 100644 --- a/.github/workflows/ci-bionic.yml +++ b/.github/workflows/ci-bionic.yml @@ -34,7 +34,7 @@ jobs: add-apt-repository ppa:git-core/ppa apt-get -qq update apt-get -qq install git - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: recursive - name: Install dependencies diff --git a/.github/workflows/ci-bullseye.yml b/.github/workflows/ci-bullseye.yml index eb0b7a7ce..5cf07a39f 100644 --- a/.github/workflows/ci-bullseye.yml +++ b/.github/workflows/ci-bullseye.yml @@ -37,7 +37,7 @@ jobs: run: apt-get -qq update && apt-get -qq upgrade - name: Install git run: apt-get -qq install git - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: recursive - name: Install dependencies diff --git a/.github/workflows/ci-buster.yml b/.github/workflows/ci-buster.yml index af7e7f94a..d7af2cfb8 100644 --- a/.github/workflows/ci-buster.yml +++ b/.github/workflows/ci-buster.yml @@ -37,7 +37,7 @@ jobs: run: apt-get -qq update && apt-get -qq upgrade - name: Install git run: apt-get -qq install git - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: recursive - name: Install dependencies diff --git a/.github/workflows/ci-centos-7.yml b/.github/workflows/ci-centos-7.yml index 1b3566685..1c1dad8e1 100644 --- a/.github/workflows/ci-centos-7.yml +++ b/.github/workflows/ci-centos-7.yml @@ -29,7 +29,7 @@ jobs: run: yum -y install https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm - name: Install git run: yum -y install https://repo.ius.io/ius-release-el7.rpm && yum -y install git224 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: recursive - name: Install dependencies diff --git a/.github/workflows/ci-centos-8.yml b/.github/workflows/ci-centos-8.yml index 68e8c4284..09c04a72c 100644 --- a/.github/workflows/ci-centos-8.yml +++ b/.github/workflows/ci-centos-8.yml @@ -29,7 +29,7 @@ jobs: run: yum -y install "dnf-command(config-manager)" https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && yum config-manager --set-enabled powertools - name: Install git run: yum -y install git - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: recursive - name: Install dependencies diff --git a/.github/workflows/ci-eslint.yml b/.github/workflows/ci-eslint.yml index d8ba1c49f..6a7b640f4 100644 --- a/.github/workflows/ci-eslint.yml +++ b/.github/workflows/ci-eslint.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: recursive - name: Install ESLint diff --git a/.github/workflows/ci-stretch.yml b/.github/workflows/ci-stretch.yml index 2849aa1c9..cb192074d 100644 --- a/.github/workflows/ci-stretch.yml +++ b/.github/workflows/ci-stretch.yml @@ -23,7 +23,7 @@ jobs: run: apt-get -qq update && apt-get -qq upgrade - name: Install git run: apt-get -qq install git/stretch-backports git-man/stretch-backports - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: recursive - name: Install dependencies diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5a8cfa099..b0cb775d3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/create-packages.yml b/.github/workflows/create-packages.yml index e62c5aec1..f0d6083f3 100644 --- a/.github/workflows/create-packages.yml +++ b/.github/workflows/create-packages.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: '0' submodules: recursive diff --git a/.github/workflows/release-packages.yml b/.github/workflows/release-packages.yml index c9d932ae9..827ede4d2 100644 --- a/.github/workflows/release-packages.yml +++ b/.github/workflows/release-packages.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: '0' submodules: recursive