Skip to content

Commit

Permalink
Merge pull request #28 from redbox-mint/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-node-4.0.4
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
2 parents b25980e + 4a39b53 commit 8a7c050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: .support/generate_latest_release_info.sh

# Update the static website files
- uses: actions/setup-node@v4.0.3
- uses: actions/setup-node@v4.0.4
with:
node-version: 20
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: Create latest ReDBox release details if not cached
run: .support/generate_latest_release_info.sh

- uses: actions/setup-node@v4.0.3
- uses: actions/setup-node@v4.0.4
with:
node-version: 20
cache: 'npm'
Expand Down

0 comments on commit 8a7c050

Please sign in to comment.