Skip to content

Commit

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

Build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
karellm committed Oct 1, 2023
2 parents 404de8c + c96adf3 commit 5985472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 5985472

Please sign in to comment.