diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index c521d6d..9c07ad8 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -45,7 +45,7 @@ jobs: echo "tag_name=${TAG_NAME}" >> $GITHUB_OUTPUT echo "deploy_tag_name=deploy-${TAG_NAME}" >> $GITHUB_OUTPUT - name: 🚀 Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4 + uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages diff --git a/.github/workflows/win-install.yml b/.github/workflows/win-install.yml index 73d452a..790530c 100644 --- a/.github/workflows/win-install.yml +++ b/.github/workflows/win-install.yml @@ -43,7 +43,7 @@ jobs: git config --global --add safe.directory /cygdrive/d/a/src/src - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: 🪟 Dependencies (Windows) - uses: egor-tensin/setup-cygwin@d2c752bab416d4b0662591bd366fc2686297c82d # v4.0.1 + uses: egor-tensin/setup-cygwin@fca9069f92361187d4abfaa5d8a7490e435d8349 # v4.0.2 with: platform: x64 packages: curl git zsh