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 b300431 + e65d0df commit 88dc930Copy full SHA for 88dc930
.github/workflows/deploy-github-pages.yml
@@ -24,7 +24,7 @@ jobs:
24
group: ${{ github.workflow }}-${{ github.ref }}
25
26
steps:
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
28
with:
29
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
30
.github/workflows/openssf-scorecard.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
- name: "Checkout code"
38
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.7
39
40
persist-credentials: false
41
0 commit comments