diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-20 14:09:24 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-20 14:09:24 +0300 |
| commit | d3e8323841d637353595520d91efac05f9b2da76 (patch) | |
| tree | c1fd975647453a6ab6af2e2bfca3a00f40ba0e25 /.gitea/workflows | |
| parent | 20d7887f58e67681ac82f89bd5d245aa6832d453 (diff) | |
| parent | a2edc90961fab5cc58da8ab6f0e00a5f3888c349 (diff) | |
| download | popov.link-d3e8323841d637353595520d91efac05f9b2da76.tar.xz popov.link-d3e8323841d637353595520d91efac05f9b2da76.zip | |
Merge pull request 'chore(deps): update actions/checkout action to v7' (!66) from renovate/actions-checkout-7.x into masterHEADmaster
Reviewed-on: https://code.popov.link/valentineus/popov.link/pulls/66
Diffstat (limited to '.gitea/workflows')
| -rw-r--r-- | .gitea/workflows/renovate.yml | 2 | ||||
| -rw-r--r-- | .gitea/workflows/test.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index ccabfe4..908efd3 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run renovate run: | diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index e97ccb7..ccde961 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@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: node-version: 24 |
