Skip to content

Commit

Permalink
chore: add actions/checkout@v4.1.3 (jobs.update_package_lock.steps.uses)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Apr 19, 2024
1 parent c359d85 commit ed21be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_package_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
browser:
- chrome
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit ed21be3

Please sign in to comment.