Skip to content

Commit

Permalink
Bump actions in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wereHamster committed Mar 24, 2023
1 parent 1cb1076 commit afbb122
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.x"
registry-url: https://registry.npmjs.com
node-version: 18

- run: yarn --frozen-lockfile

- name: Cache downloads
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: downloads
key: downloads-${{ hashFiles('Makefile') }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/npm-publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.x"
registry-url: https://registry.npmjs.com
node-version: 18

- run: yarn --frozen-lockfile

- name: Cache downloads
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: downloads
key: downloads-${{ hashFiles('Makefile') }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.x"
registry-url: https://registry.npmjs.com
node-version: 18

- run: yarn --frozen-lockfile

- name: Cache downloads
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: downloads
key: downloads-${{ hashFiles('Makefile') }}
Expand Down

1 comment on commit afbb122

@vercel
Copy link

@vercel vercel bot commented on afbb122 Mar 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.