diff --git a/.github/workflows/hoc-badge.yml b/.github/workflows/hoc-badge.yml index b77803ab..2235da2c 100644 --- a/.github/workflows/hoc-badge.yml +++ b/.github/workflows/hoc-badge.yml @@ -16,7 +16,7 @@ jobs: with: output_dir: gh-pages filename: hoc-badge.svg - - uses: JamesIves/github-pages-deploy-action@v4.5.0 + - uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages folder: gh-pages diff --git a/.github/workflows/loc-badge.yml b/.github/workflows/loc-badge.yml index 2a658daa..8a473eeb 100644 --- a/.github/workflows/loc-badge.yml +++ b/.github/workflows/loc-badge.yml @@ -17,7 +17,7 @@ jobs: debug: true directory: . badge: target/loc-badge.svg - - uses: JamesIves/github-pages-deploy-action@v4.5.0 + - uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages folder: target