Skip to content

Commit

Permalink
Bump actions/setup-node from 4.0.0 to 4.1.0 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 2c6e973 commit aed7738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up Node.js 20
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.1.0
with:
node-version: 20

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "DEVBOT_TOKEN=${{ steps.parse_secrets.outputs.TOPTAL_DEVBOT_TOKEN }}" >> $GITHUB_ENV
- name: Set up node
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.1.0
with:
node-version: 20

Expand Down

0 comments on commit aed7738

Please sign in to comment.