diff options
| author | Valentin Popov <valentin@popov.link> | 2026-02-09 10:08:56 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-02-09 10:08:56 +0300 |
| commit | aa516df5f7477d3f29e37aeb3f90f030458aa5d8 (patch) | |
| tree | 20ae0f375c12bc07722c9665f5d8013be8d59b52 /.gitea/workflows/test.yml | |
| parent | fc828b5812c65585074d2c6fc16035b244f7790f (diff) | |
| parent | a333da1e592107102924b6d9e7e30c6babaae652 (diff) | |
| download | popov.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/workflows/test.yml')
| -rw-r--r-- | .gitea/workflows/test.yml | 2 |
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 |
