Skip to content

Commit

Permalink
Merge pull request #124 from maputnik/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-4.0.1

Bump actions/setup-node from 4.0.0 to 4.0.1
  • Loading branch information
pathmapper authored Dec 30, 2023
2 parents d245c52 + a8d11a6 commit 8ef7bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_sprites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/[email protected]

- name: Setup node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down

0 comments on commit 8ef7bb0

Please sign in to comment.