Skip to content

Commit a5baaab

Browse files
committed
ci: use actions checkout v7
1 parent 79ae262 commit a5baaab

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
@@ -15,7 +15,7 @@ jobs:
1515
react-doctor:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
18+
- uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 0
2121
persist-credentials: false

.github/workflows/surge-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
preview:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
15+
- uses: actions/checkout@v7
1616
with:
1717
persist-credentials: false
1818
- name: Check Surge token

0 commit comments

Comments
 (0)