Skip to content

Commit

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

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
Adamou02 authored Jan 14, 2024
2 parents d9e404b + aed7e82 commit e1dd5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: [16.x, 18.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit e1dd5dc

Please sign in to comment.