Mirror von
https://github.com/TheSilentPro/HeadDB.git
synchronisiert 2024-12-26 19:02:39 +01:00
update to latest gh actions
Dieser Commit ist enthalten in:
Ursprung
6713d7f41f
Commit
8ead780312
4
.github/workflows/discord.yml
vendored
4
.github/workflows/discord.yml
vendored
@ -9,10 +9,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Java JDK 17
|
- name: Set up Java JDK 17
|
||||||
uses: actions/setup-java@v3.13.0
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -13,10 +13,10 @@ jobs:
|
|||||||
if: contains(github.event.head_commit.message, '[ci skip]') == false
|
if: contains(github.event.head_commit.message, '[ci skip]') == false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v3.13.0
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren