Skip to content

Commit

Permalink
chore: upgrade actions/checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Diizzayy committed Oct 14, 2022
1 parent 4e68b96 commit 40d9e3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v3

- run: corepack enable

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v3

- run: corepack enable

Expand All @@ -80,7 +80,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v3

- run: corepack enable

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
working-directory: docs

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
registry-url: 'https://registry.npmjs.org/'

- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install

- name: Publish Package
run: pnpm publish --access public
Expand Down

0 comments on commit 40d9e3f

Please sign in to comment.