diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a71b4bd..c269eb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: container: docker.io/library/debian:sid steps: - name: Checkout Source - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Update repository run: apt-get update -y - name: Install the basic dev packages @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Source - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Update repository run: sudo apt-get update -y - name: Install the basic dev packages