Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 2 to 2.3.4 #3362

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/container-autoupdate.yml
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-rhel-copr.yml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kickstart-tests.yml
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-contributors.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down