Skip to content

Commit 00e07ec

Browse files
build(deps): bump actions/setup-node from 5.0.0 to 6.0.0 (#31)
1 parent e6c8ef8 commit 00e07ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Set up Node.js ${{ matrix.node-version }}
30-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
30+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333
- name: Lint with flake8 & Prettier

0 commit comments

Comments
 (0)