Skip to content

Commit

Permalink
chore: add actions/checkout@v4.1.1 (jobs.update_package_lock.steps.uses)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jan 8, 2024
1 parent e4dbffd commit 23b1028
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 @@ -12,7 +12,7 @@ jobs:
browser:
- chrome
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.1
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit 23b1028

Please sign in to comment.