Skip to content

Commit 71cbad4

Browse files
authored
chore: update all github actions to newer versions
1 parent f22ae4b commit 71cbad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424

2525
steps:
2626
- name: Clone repository
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 3
3030

31-
- uses: actions/cache@v2
31+
- uses: actions/cache@v3
3232
with:
3333
path: ~/.cache/yarn
3434
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)