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 79ae262 commit a5baaabCopy full SHA for a5baaab
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
@@ -15,7 +15,7 @@ jobs:
15
react-doctor:
16
runs-on: ubuntu-latest
17
18
- - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
+ - uses: actions/checkout@v7
19
20
fetch-depth: 0
21
.github/workflows/surge-preview.yml
@@ -12,7 +12,7 @@ jobs:
12
preview:
13
14
- name: Check Surge token
0 commit comments