Skip to content

Commit 156c7e7

Browse files
committed
downgrade actions/checkout to v3 to workaround dependency on mazonLinux 2
1 parent 56b07b5 commit 156c7e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/examples_matrix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
image: ${{ matrix.swift.image }}
4545
steps:
4646
- name: Checkout repository
47-
uses: actions/checkout@v4
47+
# use v3 until this is fixed https://github.com/actions/checkout/issues/1487
48+
uses: actions/checkout@v3
4849
with:
4950
persist-credentials: false
5051
- name: Mark the workspace as safe

0 commit comments

Comments
 (0)