Skip to content

Commit 087fe80

Browse files
authored
Merge pull request #1132 from fortran-lang/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.7.3
Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.7.3
2 parents a3901a7 + 578d239 commit 087fe80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: pip install ford
1515
- name: Build Documentation
1616
run: ford docs.md
17-
- uses: JamesIves/github-pages-deploy-action@3.7.1
17+
- uses: JamesIves/github-pages-deploy-action@v4.7.3
1818
if: github.event_name == 'push' && github.repository == 'fortran-lang/fpm' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/main' )
1919
with:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)