summaryrefslogtreecommitdiff
path: root/.github/workflows/changelog-check.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/changelog-check.yml
parentchore(deps): update dependency vitest to v1.6.1 [security] (#15473) (diff)
downloadmisskey-208b20177604d49d1545e887251f3f80032718e1.tar.gz
misskey-208b20177604d49d1545e887251f3f80032718e1.tar.bz2
misskey-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/changelog-check.yml')
-rw-r--r--.github/workflows/changelog-check.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/changelog-check.yml b/.github/workflows/changelog-check.yml
index fdca621cfc..52acbfebeb 100644
--- a/.github/workflows/changelog-check.yml
+++ b/.github/workflows/changelog-check.yml
@@ -12,9 +12,9 @@ jobs:
steps:
- name: Checkout head
- uses: actions/checkout@v4.1.1
+ uses: actions/checkout@v4.2.2
- name: Setup Node.js
- uses: actions/setup-node@v4.1.0
+ uses: actions/setup-node@v4.2.0
with:
node-version-file: '.node-version'