Skip to content

Commit

Permalink
Update actions/checkout usage (#6740)
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk authored Jul 3, 2024
1 parent 95a4495 commit 67a1705
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/checkboxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || '' }}

- uses: prefix-dev/setup-pixi@v0.6.0
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/reusable_update_pr_body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || '' }}

- uses: prefix-dev/setup-pixi@v0.6.0
with:
Expand Down

0 comments on commit 67a1705

Please sign in to comment.