From e91c259c6ad318a91bfa729e707f17b3bb488d32 Mon Sep 17 00:00:00 2001 From: Vermeil <120065660+VermeilChan@users.noreply.github.com> Date: Tue, 30 Jan 2024 19:23:45 +0100 Subject: Bump Gradle To 8.5 --- .github/workflows/init.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/init.yml') 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 }} -- cgit