aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-06 08:01:34 -0400
committerGitHub <noreply@github.com>2025-09-06 08:01:34 -0400
commit20c6f7c9d8bba3b7d243d884be9f40bfb798e085 (patch)
tree839f654dd04bfdc1744bf84d61072719a761e8ec /.github
parente55f70fbfc89c7e0cb67ee916981cba584d260ba (diff)
downloadpantry-20c6f7c9d8bba3b7d243d884be9f40bfb798e085.tar.gz
pantry-20c6f7c9d8bba3b7d243d884be9f40bfb798e085.tar.bz2
pantry-20c6f7c9d8bba3b7d243d884be9f40bfb798e085.zip
build(deps): bump actions/setup-node from 4 to 5 (#702)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pull_requests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml
index 281cfd2..836a0fa 100644
--- a/.github/workflows/pull_requests.yml
+++ b/.github/workflows/pull_requests.yml
@@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'