diff options
author | Vermeil <120065660+VermeilChan@users.noreply.github.com> | 2024-01-30 19:23:45 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-01-30 20:47:35 +0100 |
commit | e91c259c6ad318a91bfa729e707f17b3bb488d32 (patch) | |
tree | 2298c2391074e10fd2d47b6bd88e2e188cb91a78 /.github/workflows/init.yml | |
parent | d449a6860bdfd4994caddf6b37e0792e439a52d3 (diff) | |
download | forge1.8.9template-e91c259c6ad318a91bfa729e707f17b3bb488d32.tar.gz forge1.8.9template-e91c259c6ad318a91bfa729e707f17b3bb488d32.tar.bz2 forge1.8.9template-e91c259c6ad318a91bfa729e707f17b3bb488d32.zip |
Bump Gradle To 8.5
Diffstat (limited to '.github/workflows/init.yml')
-rw-r--r-- | .github/workflows/init.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/init.yml b/.github/workflows/init.yml index c18810f..4220638 100644 --- a/.github/workflows/init.yml +++ b/.github/workflows/init.yml @@ -12,7 +12,7 @@ jobs: if: github.event.repository.name != 'Forge1.8.9Template' steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.1 - name: Initialize Repo run: | git config --local user.email "action@github.com" @@ -32,7 +32,7 @@ jobs: Set modid to $modid EOF - name: Push changes - uses: ad-m/github-push-action@v0.6.0 + uses: ad-m/github-push-action@v0.8.0 with: branch: ${{ github.ref }} github_token: ${{ secrets.GITHUB_TOKEN }} |