We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb47b5 commit f7c04d4Copy full SHA for f7c04d4
.github/workflows/jekyll-gh-pages.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
steps:
28
- name: Checkout
29
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30
- name: Setup Pages
31
uses: actions/configure-pages@v5
32
- name: Build with Jekyll
.github/workflows/maven.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24
- name: Set up JDK 11
25
uses: actions/setup-java@v4
with:
0 commit comments