Skip to content

Commit

Permalink
Get latest versions of both checkout and setup-node actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Clark committed Apr 12, 2024
1 parent 905a5b1 commit ec72dbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
node-version: [20]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
- name: Checkout 📥
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Node.js 20.12.0 ⚙️
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down

0 comments on commit ec72dbd

Please sign in to comment.