We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815bfcd commit ce575f3Copy full SHA for ce575f3
.github/workflows/docs-pr.yaml
@@ -15,7 +15,7 @@ on:
15
16
jobs:
17
build:
18
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
19
steps:
20
- name: Checkout
21
uses: actions/checkout@v4
.github/workflows/release.yml
@@ -11,7 +11,7 @@ on:
11
12
release:
13
name: Release
14
- runs-on: ubuntu-22.04
permissions:
contents: write
@@ -21,10 +21,10 @@ jobs:
22
23
- name: Checkout Repository
24
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
25
26
- name: Set up Java
27
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
28
with:
29
java-version: '8'
30
distribution: 'temurin'
0 commit comments