Skip to content

Commit 99a0eaf

Browse files
authored
Merge pull request gitgitgadget#2004 from gitgitgadget/dependabot/github_actions/actions/setup-node-5
build(deps): bump actions/setup-node from 4 to 5
2 parents a993666 + 63b652e commit 99a0eaf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
path: ${{ env.GGG_REPOSITORY }}
9898
if: env.GGG_TOKEN
9999

100-
- uses: actions/setup-node@v4
100+
- uses: actions/setup-node@v5
101101
with:
102102
node-version: '${{ matrix.node-version }}'
103103

.github/workflows/push-github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
persist-credentials: true
2626
- name: Set up Node.js
27-
uses: actions/setup-node@v4
27+
uses: actions/setup-node@v5
2828
with:
2929
node-version: '20'
3030
- name: Install dependencies

0 commit comments

Comments
 (0)