Skip to content

Commit c8915b5

Browse files
authored
Merge pull request #1186 from HoTT/dependabot/github_actions/Andrew-Chen-Wang/github-wiki-action-5
Bump Andrew-Chen-Wang/github-wiki-action from 4 to 5
2 parents 3afc33d + bbec164 commit c8915b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
publish_dir: "./_www_dir/"
5858

5959
- name: Install gh
60-
# Needed for using Andrew-Chen-Wang/github-wiki-action@v4
60+
# Needed for using Andrew-Chen-Wang/github-wiki-action@v5
6161
run: |
6262
apt-get update
6363
apt-get install -y gh
@@ -66,6 +66,6 @@ jobs:
6666
# This step would err if the forked repo does not already have wiki pages.
6767
# As a workaround, it is disabled for all forked repos.
6868
if: ${{ github.repository_owner == 'HoTT' && github.ref == 'refs/heads/master' }}
69-
uses: Andrew-Chen-Wang/github-wiki-action@v4
69+
uses: Andrew-Chen-Wang/github-wiki-action@v5
7070
with:
7171
path: _wiki_dir

0 commit comments

Comments
 (0)