Skip to content

Commit 9c77f53

Browse files
chore(deps): update actions/checkout action to v4
1 parent 6206439 commit 9c77f53

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
13+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1414
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
1515
with:
1616
node-version: lts/*

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
group: manual
1616
cancel-in-progress: true
1717
steps:
18-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
18+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1919
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
2020
with:
2121
node-version: lts/*

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: 🤔
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v3
2020
with:
2121
cache: npm

.github/workflows/social.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
group: ${{ github.event.inputs.documentId }}-${{ github.event.inputs.force }}
2323
cancel-in-progress: true
2424
steps:
25-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
25+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2626
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
2727
with:
2828
node-version: lts/*

0 commit comments

Comments
 (0)