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 e435d64 commit 4a3bccaCopy full SHA for 4a3bcca
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
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
timeout-minutes: 15
23
- - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
+ - uses: actions/checkout@v7
fetch-depth: 0
.github/workflows/surge-preview.yml
@@ -19,7 +19,7 @@ jobs:
19
env:
20
PREVIEW: true
- name: Check Surge token
0 commit comments