From c4c8adb5b3469157ca3721abfc11b337b9d7a6cf Mon Sep 17 00:00:00 2001 From: Radovenchyk Date: Wed, 28 Jan 2026 19:34:51 +0200 Subject: [PATCH] chore(ci): bump checkout and setup-node actions to v6 --- .github/workflows/snapshot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 8432a886ad..fb0ef4e08e 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -15,10 +15,10 @@ jobs: pull-requests: write steps: - name: 🤘 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20.x cache: 'npm'