diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-04-29 13:39:27 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-29 13:39:27 +0000 |
| commit | cb4def95cf8987c068342f27d12f3d27ae8ce1eb (patch) | |
| tree | e1acefd641de0bf011b0870f75726e240695a256 | |
| parent | e1a826457b5b420f5f4ded36404e7937053dcd8d (diff) | |
| download | LunaticChat-cb4def95cf8987c068342f27d12f3d27ae8ce1eb.tar.gz LunaticChat-cb4def95cf8987c068342f27d12f3d27ae8ce1eb.tar.bz2 LunaticChat-cb4def95cf8987c068342f27d12f3d27ae8ce1eb.zip | |
chore(deps): update cloudnode-pro/modrinth-publish digest to a913fbd
| -rw-r--r-- | .github/workflows/release-paper.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/release-velocity.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/release.yaml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release-paper.yaml b/.github/workflows/release-paper.yaml index 6c8f9f7..1505138 100644 --- a/.github/workflows/release-paper.yaml +++ b/.github/workflows/release-paper.yaml @@ -125,7 +125,7 @@ jobs: --notes-file /tmp/release-notes.md - name: Publish to Modrinth (Paper/Folia) - uses: cloudnode-pro/modrinth-publish@0be4916ad5f081d936eb5615aa35ce3f0949979c # v2 + uses: cloudnode-pro/modrinth-publish@a913fbd3649342d446fe40559133ab03623d18aa # v2 with: token: ${{ secrets.MODRINTH_TOKEN }} name: v${{ needs.validate.outputs.version }} (Paper/Folia v${{ env.MODRINTH_MC_VERSION }}) diff --git a/.github/workflows/release-velocity.yaml b/.github/workflows/release-velocity.yaml index 151c82b..b527693 100644 --- a/.github/workflows/release-velocity.yaml +++ b/.github/workflows/release-velocity.yaml @@ -126,7 +126,7 @@ jobs: --notes-file /tmp/release-notes.md - name: Publish to Modrinth (Velocity) - uses: cloudnode-pro/modrinth-publish@0be4916ad5f081d936eb5615aa35ce3f0949979c # v2 + uses: cloudnode-pro/modrinth-publish@a913fbd3649342d446fe40559133ab03623d18aa # v2 with: token: ${{ secrets.MODRINTH_TOKEN }} name: v${{ needs.validate.outputs.version }} (Velocity) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f8000b4..9922102 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -136,7 +136,7 @@ jobs: --notes-file /tmp/release-notes.md - name: Publish to Modrinth (Paper/Folia) - uses: cloudnode-pro/modrinth-publish@0be4916ad5f081d936eb5615aa35ce3f0949979c # v2 + uses: cloudnode-pro/modrinth-publish@a913fbd3649342d446fe40559133ab03623d18aa # v2 with: token: ${{ secrets.MODRINTH_TOKEN }} name: v${{ needs.validate.outputs.paper_version }} (Paper/Folia v${{ env.MODRINTH_MC_VERSION }}) @@ -152,7 +152,7 @@ jobs: files: platform-paper/build/libs/${{ needs.validate.outputs.paper_jar_name }} - name: Publish to Modrinth (Velocity) - uses: cloudnode-pro/modrinth-publish@0be4916ad5f081d936eb5615aa35ce3f0949979c # v2 + uses: cloudnode-pro/modrinth-publish@a913fbd3649342d446fe40559133ab03623d18aa # v2 with: token: ${{ secrets.MODRINTH_TOKEN }} name: v${{ needs.validate.outputs.velocity_version }} (Velocity) |
