Skip to content

Commit

Permalink
chore: add actions/checkout@v4.1.4 (jobs.update_package_lock.steps.uses)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Apr 24, 2024
1 parent e59d4a2 commit 7a050de
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 @@ -15,7 +15,7 @@ jobs:
browser:
- chrome
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
- uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit 7a050de

Please sign in to comment.