diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 9669dab..23a4a27 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -13,7 +13,7 @@ jobs: container: debian:stable steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: install linters run: | apt-get update && apt-get install -y git util-linux shellcheck shfmt reuse make diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7b9c7db..aa90b64 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: container: debian:bookworm steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: install tools run: | echo "deb http://deb.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/backports.list