Skip to content

Commit

Permalink
Merge pull request #1060 from striezel-stash/actions-update
Browse files Browse the repository at this point in the history
chore(workflow): update actions/checkout + actions/setup-node to v4
  • Loading branch information
plainheart authored Jan 29, 2024
2 parents 9d845e2 + 5762228 commit 4d5dbfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
node-version: [16.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: next

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
registry-url: https://registry.npmjs.org/
- name: Setup and publish nightly
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
node-version: [16.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
registry-url: https://registry.npmjs.org/
- name: Setup and publish nightly
Expand Down

0 comments on commit 4d5dbfe

Please sign in to comment.