Skip to content

Commit 3583ff6

Browse files
committed
build(github): remove deprecated actions
1 parent e134eba commit 3583ff6

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
- name: Set Environment Variables
2525
uses: ./.github/actions/set-env
2626

27-
- uses: actions/checkout@v2
28-
2927
- name: Setup Node.js
3028
uses: actions/setup-node@v3
3129
with:

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
- name: Set Package Version Environment Variable
2323
uses: ./.github/actions/set-package-version
2424

25-
- uses: actions/checkout@v2
26-
2725
- name: Setup Node.js
2826
uses: actions/setup-node@v3
2927
with:

0 commit comments

Comments
 (0)