Skip to content

Commit 8e468f1

Browse files
authoredFeb 18, 2025
Revert "Bump actions/checkout from 1 to 4" (#1259)
Reverts #1239
1 parent b63e407 commit 8e468f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/build-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,9 @@ jobs:
146146
name: ubuntu-i386-(${{ matrix.build_type.type }}, ${{ matrix.shared_libs.name }}, ${{ matrix.with_openssl.name }})
147147

148148
steps:
149+
# Deliberately uses an old version because i386 is stuck on an outdated version of Javascript
149150
- name: Checkout Code
150-
uses: actions/checkout@v4
151+
uses: actions/checkout@v1
151152
with:
152153
ref: ${{ needs.get-refs.outputs.ref }}
153154
token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)
Failed to load comments.