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 94d0180 + 50652fd commit 54429b8Copy full SHA for 54429b8
.github/workflows/keepalive.yml
@@ -13,7 +13,7 @@ jobs:
13
permissions:
14
contents: write
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
with:
18
persist-credentials: 'true'
19
- name: Create and push a commit
.github/workflows/track-website-changes.yml
@@ -30,7 +30,7 @@ jobs:
30
body-replacement: The release notes for ${match[1]} are [here](${match[2]}).
31
fail-fast: false
32
33
34
35
36
- name: Check Last-Modified header
0 commit comments