From 33baa4bc85c0bde447dedfc24ad3ab85f8347dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:51:51 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [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...v2.3.4) Signed-off-by: dependabot[bot] --- .github/workflows/container-autoupdate.yml | 2 +- .github/workflows/daily-rhel-copr.yml | 2 +- .github/workflows/kickstart-tests.yml | 4 ++-- .github/workflows/tests-contributors.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/container-autoupdate.yml b/.github/workflows/container-autoupdate.yml index 30005a133ae..6e410679f1d 100644 --- a/.github/workflows/container-autoupdate.yml +++ b/.github/workflows/container-autoupdate.yml @@ -31,7 +31,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout anaconda repository - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 with: ref: ${{ matrix.branch }} diff --git a/.github/workflows/daily-rhel-copr.yml b/.github/workflows/daily-rhel-copr.yml index 07fdc9fcfe6..30da2062315 100644 --- a/.github/workflows/daily-rhel-copr.yml +++ b/.github/workflows/daily-rhel-copr.yml @@ -14,7 +14,7 @@ jobs: CI_CONTAINER: rhinstaller/anaconda-rhel-copr:rhel-8 steps: - name: Clone anaconda repository - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 with: ref: master fetch-depth: 0 diff --git a/.github/workflows/kickstart-tests.yml b/.github/workflows/kickstart-tests.yml index 1ecfb8edbf1..4ba4d57dfc3 100644 --- a/.github/workflows/kickstart-tests.yml +++ b/.github/workflows/kickstart-tests.yml @@ -107,7 +107,7 @@ jobs: sudo podman pull quay.io/rhinstaller/kstest-runner:latest - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -120,7 +120,7 @@ jobs: git rebase origin/${{ env.TARGET_BRANCH }} - name: Check out kickstart-tests - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 with: repository: rhinstaller/kickstart-tests path: kickstart-tests diff --git a/.github/workflows/tests-contributors.yml b/.github/workflows/tests-contributors.yml index 67ad556c837..2402b579d60 100644 --- a/.github/workflows/tests-contributors.yml +++ b/.github/workflows/tests-contributors.yml @@ -64,7 +64,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 @@ -123,7 +123,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 with: ref: ${{ needs.pr-info.outputs.sha }} fetch-depth: 0 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6cc370c6e75..c37ae74ff2d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 with: # otherwise we are testing target branch instead of the PR branch (see pull_request_target trigger) ref: ${{ github.event.pull_request.head.sha }} @@ -112,7 +112,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 with: # otherwise we are testing target branch instead of the PR branch (see pull_request_target trigger) ref: ${{ github.event.pull_request.head.sha }}