Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2024
1 parent 79d6eb4 commit 57eae39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# renovate: datasource=npm depName=typedoc
typedoc_version: 0.25.6
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build documentation with TypeDoc
run: >
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: build-lint-test

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
#- uses: actions/setup-node@v3
# with:
# node-version: 16
Expand All @@ -23,7 +23,7 @@ jobs:
name: build-lint-test example

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
Expand Down

0 comments on commit 57eae39

Please sign in to comment.