We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b07b5 commit 156c7e7Copy full SHA for 156c7e7
.github/workflows/examples_matrix.yml
@@ -44,7 +44,8 @@ jobs:
44
image: ${{ matrix.swift.image }}
45
steps:
46
- name: Checkout repository
47
- uses: actions/checkout@v4
+ # use v3 until this is fixed https://github.com/actions/checkout/issues/1487
48
+ uses: actions/checkout@v3
49
with:
50
persist-credentials: false
51
- name: Mark the workspace as safe
0 commit comments