diff options
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 }} |