Skip to content

Commit

Permalink
Update actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle authored and inknos committed Jan 25, 2024
1 parent 53a3f3b commit 0293606
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
package-urls: ${{steps.copr-build.outputs.package-urls}}
steps:
- name: Check out ci-dnf-stack
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: rpm-software-management/ci-dnf-stack
ref: dnf-4-stack
Expand All @@ -25,7 +25,7 @@ jobs:
copr-api-token: ${{secrets.COPR_API_TOKEN}}

- name: Check out sources
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: gits/${{github.event.repository.name}}
ref: ${{github.event.pull_request.head.sha}} # check out the PR HEAD
Expand All @@ -46,7 +46,7 @@ jobs:
options: --privileged
steps:
- name: Check out ci-dnf-stack
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: rpm-software-management/ci-dnf-stack
ref: dnf-4-stack
Expand Down

0 comments on commit 0293606

Please sign in to comment.