From 21338b25437b03e79f67e11b9d0ab8cbe9843be5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 12 Dec 2022 14:27:11 -0500 Subject: [PATCH] ci: Update to checkout@v3 v2 is being deprecated. --- .github/workflows/ci.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b52c3486ae..3af44b7fcf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: container: registry.ci.openshift.org/coreos/fcos-buildroot:testing-devel steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # https://github.com/actions/checkout/issues/760 - name: Mark git checkout as safe run: git config --global --add safe.directory "$GITHUB_WORKSPACE" @@ -49,7 +49,7 @@ jobs: options: "--user root --privileged" steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # https://github.com/actions/checkout/issues/760 - name: Mark git checkout as safe run: git config --global --add safe.directory "$GITHUB_WORKSPACE" @@ -66,7 +66,7 @@ jobs: container: registry.ci.openshift.org/coreos/fcos-buildroot:testing-devel steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # https://github.com/actions/checkout/issues/760 - name: Mark git checkout as safe run: git config --global --add safe.directory "$GITHUB_WORKSPACE" @@ -104,7 +104,7 @@ jobs: container: registry.ci.openshift.org/coreos/fcos-buildroot:testing-devel steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # https://github.com/actions/checkout/issues/760 - name: Mark git checkout as safe run: git config --global --add safe.directory "$GITHUB_WORKSPACE" @@ -117,7 +117,7 @@ jobs: container: quay.io/fedora/fedora-coreos:testing-devel steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Download build uses: actions/download-artifact@v2 with: @@ -139,7 +139,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Checkout coreos-layering-examples uses: actions/checkout@v3 with: @@ -154,7 +154,7 @@ jobs: cargo-deny: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: EmbarkStudios/cargo-deny-action@v1 with: log-level: warn @@ -168,7 +168,7 @@ jobs: options: "--user root --privileged -v /var/tmp:/var/tmp" steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install test dependencies run: ./ci/install-test-deps.sh - name: Download build @@ -188,7 +188,7 @@ jobs: options: "--user root --privileged -v /var/tmp:/var/tmp" steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install test dependencies run: ./ci/install-test-deps.sh - name: Download build @@ -208,7 +208,7 @@ jobs: options: "--user root --privileged -v /var/tmp:/var/tmp" steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Download build uses: actions/download-artifact@v2 with: @@ -225,7 +225,7 @@ jobs: - name: Install git run: yum -y install git - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true # https://github.com/actions/checkout/issues/760