Skip to content

Commit 12b3e1c

Browse files
Update GitHub Actions non-major dependencies
1 parent 8a22f81 commit 12b3e1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: 'sudo chown -R $USER docs'
6464

6565
- name: Publish documentation to GitHub Pages
66-
uses: JamesIves/github-pages-deploy-action@v4.7.3
66+
uses: JamesIves/github-pages-deploy-action@v4.7.4
6767
with:
6868
branch: gh-pages
6969
folder: docs

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.16
11+
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.17

0 commit comments

Comments
 (0)