From 67a1705d1d7b2ef677f7e10ea054d6b906c5ac0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Proch=C3=A1zka?= Date: Wed, 3 Jul 2024 13:15:37 +0200 Subject: [PATCH] Update actions/checkout usage (#6740) --- .github/workflows/checkboxes.yml | 2 -- .github/workflows/reusable_update_pr_body.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/checkboxes.yml b/.github/workflows/checkboxes.yml index 47a2197efe85..d433ede728c5 100644 --- a/.github/workflows/checkboxes.yml +++ b/.github/workflows/checkboxes.yml @@ -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: diff --git a/.github/workflows/reusable_update_pr_body.yml b/.github/workflows/reusable_update_pr_body.yml index 38b6bc3d13b2..de456d05cc18 100644 --- a/.github/workflows/reusable_update_pr_body.yml +++ b/.github/workflows/reusable_update_pr_body.yml @@ -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: