Skip to content

Commit

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

Bump actions/setup-node from 4.0.2 to 4.0.3
  • Loading branch information
pathmapper authored Aug 26, 2024
2 parents bcbda7b + 7e3e2d8 commit 24e85be
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].2
uses: actions/[email protected].3
with:
node-version: 20

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].2
uses: actions/[email protected].3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down

0 comments on commit 24e85be

Please sign in to comment.