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 1641065 commit a5df535Copy full SHA for a5df535
3 files changed
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
+ uses: actions/checkout@v7
28
with:
29
persist-credentials: false
30
.github/workflows/react-doctor.yml
@@ -20,7 +20,7 @@ jobs:
20
react-doctor:
21
runs-on: ubuntu-latest
22
23
- - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
+ - uses: actions/checkout@v7
fetch-depth: 0
.github/workflows/surge-preview.yml
@@ -19,7 +19,7 @@ jobs:
19
env:
PREVIEW: true
- name: Check Surge token
0 commit comments