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 6fc057b commit c363b4aCopy full SHA for c363b4a
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ${{ matrix.os}}
24
steps:
25
- name: Checkout Repository
26
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
27
with:
28
submodules: recursive
29
.github/workflows/release-please.yml
@@ -31,7 +31,7 @@ jobs:
31
32
# The logic below handles the maven publication:
33
34
35
36
37
0 commit comments