diff --git a/.github/workflows/dokka.yml b/.github/workflows/dokka.yml index 1e0e8ba4..5aa92a9c 100644 --- a/.github/workflows/dokka.yml +++ b/.github/workflows/dokka.yml @@ -31,7 +31,7 @@ jobs: run: ./gradlew dokkaHtm -Pversion=${{ env.VERSION }} - name: Publish documentation - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: branch: gh-pages folder: build/dokka/html diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 0e34a2b4..f30e32c3 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -21,7 +21,7 @@ jobs: distribution: "temurin" cache: "gradle" - name: Login to GitHub Container Registry - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # ratchet:docker/login-action@v3 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # ratchet:docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}