Skip to content

Commit dcb23d9

Browse files
authored
Update publishing-your-site.md
Remove fetch-depth for checkout action (revert) Also update Insiders workflow.
1 parent c99f0cb commit dcb23d9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/publishing-your-site.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ contents:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@v4
38-
with:
39-
fetch-depth: 0
4038
- name: Configure Git Credentials
4139
run: |
4240
git config user.name github-actions[bot]
@@ -100,11 +98,11 @@ contents:
10098
run: |
10199
git config user.name github-actions[bot]
102100
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
103-
- uses: actions/setup-python@v4
101+
- uses: actions/setup-python@v5
104102
with:
105103
python-version: 3.x
106104
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
107-
- uses: actions/cache@v3
105+
- uses: actions/cache@v4
108106
with:
109107
key: mkdocs-material-${{ env.cache_id }}
110108
path: .cache

0 commit comments

Comments
 (0)