There was an error while loading. Please reload this page.
2 parents f22e661 + a9fbffb commit c99dbaeCopy full SHA for c99dbae
2 files changed
.github/workflows/ci.yml
@@ -9,12 +9,12 @@ jobs:
9
rdflint:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
13
- - uses: actions/setup-java@v4
+ - uses: actions/checkout@v6
+ - uses: actions/setup-java@v5
14
with:
15
distribution: temurin
16
- java-version: 17
17
- - uses: imas/setup-rdflint@v3
+ java-version: 21
+ - uses: imas/setup-rdflint@v4
18
19
- name: Run rdflint (Clothes_Own)
20
run: rdflint -config .rdflint/Clothes_Own.yml
.github/workflows/labeler.yml
@@ -10,7 +10,6 @@ jobs:
pull-requests: write
- - uses: actions/labeler@v5
+ - uses: actions/labeler@v6
- repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true
0 commit comments