Skip to content

Commit a5df535

Browse files
committed
ci: use actions checkout v7
1 parent 1641065 commit a5df535

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
27+
uses: actions/checkout@v7
2828
with:
2929
persist-credentials: false
3030

.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)