mirror of
https://github.com/LITW-Refined/GTNH-Actions-Workflows.git
synced 2025-12-26 11:28:30 +00:00
Pass GH_TOKEN to the changelog generation step (#15)
* Pass GH_TOKEN to the changelog generation step * Update checkout and setup-java to node16 versions (v2 is deprecated)
This commit is contained in:
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout mod repo
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Checkout workflows repo
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '8'
|
||||
distribution: 'temurin'
|
||||
|
||||
Reference in New Issue
Block a user