summaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 779865b..6d41378 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -9,7 +9,7 @@ on:
jobs:
lint:
name: Lint dnbd3
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
steps:
- name: Install dnbd3 dependencies
run: |
@@ -21,7 +21,7 @@ jobs:
libjansson-dev \
rpm
- name: Checkout dnbd3 repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Fetch dnbd3 repository tags
run: git fetch --prune --unshallow
- name: Configure dnbd3 build