Skip to content

Commit

Permalink
Merge pull request ceph#55856 from dmick/wip-workflow-update
Browse files Browse the repository at this point in the history
.github/workflows/create-backport-trackers.yml: update actions
  • Loading branch information
dmick authored Mar 1, 2024
2 parents 81bdde9 + 4a1d612 commit 8c92912
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/create-backport-trackers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: Bhacaz/checkout-files@e3e34e7daef91a5f237485bb88a260aee4be29dd
- uses: actions/checkout@v4
with:
files: src/script/backport-create-issue src/script/requirements.backport-create-issue.txt
- uses: actions/setup-python@v4
sparse-checkout: |
src/script/backport-create-issue
src/script/requirements.backport-create-issue.txt
sparse-checkout-cone-mode: false
- uses: actions/setup-python@v5
with:
python-version: '>=3.6 <3.12'
cache: 'pip'
Expand Down

0 comments on commit 8c92912

Please sign in to comment.