Skip to content

Commit

Permalink
GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Sep 30, 2024
1 parent 1e92e34 commit 9f7da22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Pandoc
uses: pandoc/actions/setup@{main}
uses: pandoc/actions/setup@main
with:
version: 3.4
- name: Configure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Pandoc
uses: pandoc/actions/setup@{main}
uses: pandoc/actions/setup@main
with:
version: 3.4
- name: Setup Python
Expand Down

0 comments on commit 9f7da22

Please sign in to comment.