Skip to content

Commit

Permalink
Merge pull request #480 from github/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
srt32 committed Sep 11, 2023
2 parents 4c72ccb + 8a6579e commit 6a4f1f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: [14, 16, 18]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 14
Expand Down

0 comments on commit 6a4f1f7

Please sign in to comment.