Skip to content

Commit 659fee5

Browse files
Switch checkout in prepare-release.yml to v3 (#2126)
1 parent 374c7fb commit 659fee5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ jobs:
145145
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
146146
steps:
147147
- name: Checkout repo
148-
uses: actions/checkout@v4
148+
# FIXME: v4+ requires Node 20
149+
uses: actions/checkout@v3
149150
with:
150151
ref: ${{ env.INPUT_REF }}
151152

0 commit comments

Comments
 (0)