Skip to content

Commit

Permalink
ci: use latest github actions plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jul 2, 2022
1 parent 8ff5a3f commit f3a1a9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"

- name: "Install Node.js"
uses: "actions/setup-node@v2"
uses: "actions/setup-node@v3"
with:
cache: "yarn"
node-version: "16"
Expand Down Expand Up @@ -52,10 +52,10 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"

- name: "Install Node.js"
uses: "actions/setup-node@v2"
uses: "actions/setup-node@v3"
with:
cache: "yarn"
node-version: "16"
Expand Down

0 comments on commit f3a1a9f

Please sign in to comment.