```-x-```

update
pull/29/head
cvnertnc 2 years ago committed by GitHub
parent 2f6f874b1d
commit 48e8223eb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.repository == 'yuzu-emu/yuzu' }} if: ${{ github.repository == 'yuzu-emu/yuzu' }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
name: Checkout name: Checkout
with: with:
fetch-depth: 0 fetch-depth: 0
@ -32,7 +32,7 @@ jobs:
- name: Get tag name - name: Get tag name
run: echo "GIT_TAG_NAME=$(cat tag-name.txt)" >> $GITHUB_ENV run: echo "GIT_TAG_NAME=$(cat tag-name.txt)" >> $GITHUB_ENV
- name: Set up JDK 17 - name: Set up JDK 17
uses: actions/setup-java@v3 uses: actions/setup-java@v4
with: with:
java-version: '17' java-version: '17'
distribution: 'temurin' distribution: 'temurin'

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.repository == 'yuzu-emu/yuzu' }} if: ${{ github.repository == 'yuzu-emu/yuzu' }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
name: Checkout name: Checkout
with: with:
fetch-depth: 0 fetch-depth: 0
@ -29,7 +29,7 @@ jobs:
process.chdir('${{ github.workspace }}'); process.chdir('${{ github.workspace }}');
mergebot(execa); mergebot(execa);
- name: Set up JDK 17 - name: Set up JDK 17
uses: actions/setup-java@v3 uses: actions/setup-java@v4
with: with:
java-version: '17' java-version: '17'
distribution: 'temurin' distribution: 'temurin'

Loading…
Cancel
Save