summaryrefslogtreecommitdiff
path: root/.github/workflows/get-api-diff.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-02-15 12:43:00 +0900
committerGitHub <noreply@github.com>2025-02-15 12:43:00 +0900
commit208b20177604d49d1545e887251f3f80032718e1 (patch)
tree2d6ef590f2fce897c745fde173e9fe039433fe46 /.github/workflows/get-api-diff.yml
parentchore(deps): update dependency vitest to v1.6.1 [security] (#15473) (diff)
downloadsharkey-208b20177604d49d1545e887251f3f80032718e1.tar.gz
sharkey-208b20177604d49d1545e887251f3f80032718e1.tar.bz2
sharkey-208b20177604d49d1545e887251f3f80032718e1.zip
chore(deps): update [github actions] update dependencies (#15490)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/get-api-diff.yml')
-rw-r--r--.github/workflows/get-api-diff.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/get-api-diff.yml b/.github/workflows/get-api-diff.yml
index 6805e8bc3c..2da9647460 100644
--- a/.github/workflows/get-api-diff.yml
+++ b/.github/workflows/get-api-diff.yml
@@ -30,14 +30,14 @@ jobs:
ref: refs/pull/${{ github.event.number }}/merge
steps:
- - uses: actions/checkout@v4.1.1
+ - uses: actions/checkout@v4.2.2
with:
ref: ${{ matrix.ref }}
submodules: true
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v4.1.0
+ uses: actions/setup-node@v4.2.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'