aboutsummaryrefslogtreecommitdiff
path: root/.gitea
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-02-09 10:08:56 +0300
committerValentin Popov <valentin@popov.link>2026-02-09 10:08:56 +0300
commitaa516df5f7477d3f29e37aeb3f90f030458aa5d8 (patch)
tree20ae0f375c12bc07722c9665f5d8013be8d59b52 /.gitea
parentfc828b5812c65585074d2c6fc16035b244f7790f (diff)
parenta333da1e592107102924b6d9e7e30c6babaae652 (diff)
downloadpopov.link-aa516df5f7477d3f29e37aeb3f90f030458aa5d8.tar.xz
popov.link-aa516df5f7477d3f29e37aeb3f90f030458aa5d8.zip
Merge pull request 'chore(deps): update actions/checkout action to v6' (!6) from renovate/actions-checkout-6.x into master
Reviewed-on: https://code.popov.link/valentineus/popov.link/pulls/6
Diffstat (limited to '.gitea')
-rw-r--r--.gitea/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml
index 8084866..b3c0813 100644
--- a/.gitea/workflows/test.yml
+++ b/.gitea/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
name: npm test
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: 24