Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #22 from janus-idp/renovate/actions-setup-node-digest
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-node digest to 869f4dd
  • Loading branch information
tumido authored May 31, 2023
2 parents 2d9f9d1 + fc95bad commit d60a635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: checkout repo
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # pin@v3

- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 #[email protected]
- uses: actions/setup-node@869f4dd0c7f320ae834c2724d92a364de3893c24 #[email protected]
with:
node-version: 18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: checkout repo
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # pin@v3

- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 #[email protected]
- uses: actions/setup-node@869f4dd0c7f320ae834c2724d92a364de3893c24 #[email protected]
with:
node-version: 18

Expand Down

0 comments on commit d60a635

Please sign in to comment.