Skip to content

Commit

Permalink
Switch checkout in prepare-release.yml to v3 (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Jun 25, 2024
1 parent 374c7fb commit 659fee5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ jobs:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps:
- name: Checkout repo
uses: actions/checkout@v4
# FIXME: v4+ requires Node 20
uses: actions/checkout@v3
with:
ref: ${{ env.INPUT_REF }}

Expand Down

0 comments on commit 659fee5

Please sign in to comment.