Skip to content

Commit 8f76da0

Browse files
committed
ci: use actions checkout v7
1 parent 3c01b1c commit 8f76da0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/react-doctor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
react-doctor:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
23+
- uses: actions/checkout@v7
2424
with:
2525
fetch-depth: 0
2626
persist-credentials: false

.github/workflows/surge-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
PREVIEW: true
2121
steps:
22-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
22+
- uses: actions/checkout@v7
2323
with:
2424
persist-credentials: false
2525
- name: Check Surge token

0 commit comments

Comments
 (0)