diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2026-02-13 17:46:12 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2026-02-13 17:46:12 +0200 |
| commit | a7223f2015b7d3bd7930997f9966c92b1cd83471 (patch) | |
| tree | dfbb881239616accfba4b457468351afce381d66 /.github | |
| parent | 5f91a27fa834bf006d60f6126f14acb26f7bb9e8 (diff) | |
Bump GitHub Actions to latest versions
- actions/checkout v4 -> v6
- actions/stale v9 -> v10
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/stale.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e973482..1b8bb06 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,7 +10,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v9 + - uses: actions/stale@v10 with: days-before-issue-stale: 90 days-before-issue-close: 90 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3ad64b4..f6a5a95 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: run: curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh - name: Check out the source code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Test the project run: | |
