Skip to content

Commit 13e0f93

Browse files
authored
Update learnpack-audit.yml
1 parent 19d5e43 commit 13e0f93

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/learnpack-audit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v6
2424
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v2
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- run: npm install @learnpack/learnpack@latest -g
29-
- run: learnpack audit
29+
- run: learnpack audit

0 commit comments

Comments
 (0)