Skip to content

Commit e0e82d4

Browse files
Merge pull request #735 from willtheorangeguy/dependabot/github_actions/actions/setup-node-6
build(deps): bump actions/setup-node from 5 to 6
2 parents f20ffcd + 4e4a5fb commit e0e82d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/astro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
exit 1
5050
fi
5151
- name: Setup Node
52-
uses: actions/setup-node@v5
52+
uses: actions/setup-node@v6
5353
with:
5454
node-version: "18"
5555
cache: ${{ steps.detect-package-manager.outputs.manager }}

.github/workflows/update-google-maps-stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v5
1616

1717
- name: Setup Node.js
18-
uses: actions/setup-node@v5
18+
uses: actions/setup-node@v6
1919
with:
2020
node-version: '18'
2121
cache: 'npm'

0 commit comments

Comments
 (0)