Skip to content

Commit 3ca2209

Browse files
committed
chore: remove persist-credentials and fetch-depth from checkout action
chore: add checkout action to test-tap job
1 parent 1f88fa1 commit 3ca2209

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ jobs:
108108
echo "DEBUG=0" >> "$GITHUB_ENV"
109109
fi
110110
- uses: actions/checkout@v4
111-
with:
112-
persist-credentials: false
113-
fetch-depth: 0
114111
- name: Setup Homebrew
115112
uses: ./.github/actions/setup-homebrew
116113
- name: Set pseudo git user
@@ -143,9 +140,6 @@ jobs:
143140
runs-on: ${{ matrix.os }}
144141
steps:
145142
- uses: actions/checkout@v4
146-
with:
147-
persist-credentials: false
148-
fetch-depth: 0
149143
- uses: ./.github/actions/setup-homebrew
150144
- uses: ./.github/actions/pristine-homebrew
151145
with:
@@ -177,6 +171,7 @@ jobs:
177171
needs: [prepare-pristine-homebrew]
178172
runs-on: ${{ matrix.os }}
179173
steps:
174+
- uses: actions/checkout@v4
180175
- uses: ./.github/actions/setup-homebrew
181176
- uses: ./.github/actions/pristine-homebrew
182177
with:

0 commit comments

Comments
 (0)