diff options
| author | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-08 03:01:20 +0300 |
|---|---|---|
| committer | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-08 03:01:20 +0300 |
| commit | a333da1e592107102924b6d9e7e30c6babaae652 (patch) | |
| tree | a20f60e8a39f4900a3101c38ffb0b8131e1b3dcc | |
| parent | 3d9c793cf0e97a6217255e4ef28500b7f09f0f58 (diff) | |
| download | popov.link-a333da1e592107102924b6d9e7e30c6babaae652.tar.xz popov.link-a333da1e592107102924b6d9e7e30c6babaae652.zip | |
chore(deps): update actions/checkout action to v6
| -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 982f712..ec72bd0 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: 22 |
