Skip to content

Commit 48ca6d4

Browse files
chore(deps): bump actions/checkout from 2 to 4 (#203)
1 parent 03d3bb8 commit 48ca6d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

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

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616

1717
- name: Determine Yarn Cache Path
1818
id: yarn-cache-dir-path

.github/workflows/publish.yml

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

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Determine Yarn Cache Path
1717
id: yarn-cache-dir-path

0 commit comments

Comments
 (0)