Skip to content

Commit e563173

Browse files
authored
Merge pull request #132 from 11ty/dependabot/github_actions/dot-github/workflows/actions/setup-node-6.4.0
Bump actions/setup-node from 6.3.0 to 6.4.0 in /.github/workflows
2 parents c526e9f + a77d23f commit e563173

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
1414
steps:
1515
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
16-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0
16+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0
1717
with:
1818
node-version: ${{ matrix.node }}
1919
# cache: npm

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
id-token: write
1313
steps:
1414
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
15-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0
15+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0
1616
with:
1717
node-version: "22"
1818
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)