We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a0398f + 1f05ed9 commit be69cefCopy full SHA for be69cef
.github/workflows/build-report.yml
@@ -25,7 +25,7 @@ jobs:
25
build:
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
29
with:
30
submodules: recursive
31
token: ${{ secrets.PAT_TOKEN }}
@@ -51,7 +51,7 @@ jobs:
51
52
needs: build
53
54
55
- name: Download Jacoco report artifact
56
uses: actions/download-artifact@v4
57
.github/workflows/update-year.yml
@@ -41,7 +41,7 @@ jobs:
41
needs: verify
42
43
44
45
- name: Update Repository Description
46
run: |
47
token="${{ secrets.PAT_TOKEN }}"
0 commit comments