diff options
| author | 2022-04-16 16:16:29 +0100 | |
|---|---|---|
| committer | 2022-04-16 16:16:29 +0100 | |
| commit | 30edd1070df3ddb2ae64b61b65c25f88a0b61e49 (patch) | |
| tree | 85b33545d32405f7d531bfac2d0b991a6eba3e70 /.github/workflows/ci-linux.yml | |
| parent | Fix the command used to retrieve the number of cores on Alpine. (diff) | |
| parent | Bump peter-evans/create-pull-request from 3 to 4 (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to '.github/workflows/ci-linux.yml')
| -rw-r--r-- | .github/workflows/ci-linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index e4a88a867..cd8bbfec7 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -13,7 +13,7 @@ jobs: INSPIRCD_DEBUG: 3 INSPIRCD_VERBOSE: 1 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install dependencies run: | |
