Skip to content

Commit f14531f

Browse files
chore(deps): update actions/checkout action to v3
1 parent 178c129 commit f14531f

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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: ⬇️ Checkout repo
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515

1616
- name: ⎔ Setup node
1717
uses: actions/setup-node@v2

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: ⬇️ Checkout repo
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v3
1111
with:
1212
ref: ${{ github.head_ref }}
1313

0 commit comments

Comments
 (0)