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.
1 parent 78b3561 commit 91f2551Copy full SHA for 91f2551
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
contents: read
26
checks: write # for publishing test results and annotations
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
29
with:
30
fetch-depth: 0
31
.github/workflows/on-release-tag.yml
@@ -10,7 +10,7 @@ jobs:
10
if: github.repository == 'gavlyukovskiy/spring-boot-data-source-decorator'
11
runs-on: ubuntu-latest
12
13
14
15
- uses: actions/setup-java@v4
16
.github/workflows/update-gradle-wrapper.yml
@@ -14,7 +14,7 @@ jobs:
17
18
19
- id: request-token
20
uses: permissionizer/request-token@v1
0 commit comments