diff options
Diffstat (limited to '.github/workflows/ci-alpine.yml')
| -rw-r--r-- | .github/workflows/ci-alpine.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-alpine.yml b/.github/workflows/ci-alpine.yml index d25920a37..ad3c05c8a 100644 --- a/.github/workflows/ci-alpine.yml +++ b/.github/workflows/ci-alpine.yml @@ -14,7 +14,7 @@ jobs: INSPIRCD_DEBUG: 3 INSPIRCD_VERBOSE: 1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies run: | |
