diff --git a/.github/workflows/release-debian.yml b/.github/workflows/release-debian.yml index 4fba982..0895f14 100644 --- a/.github/workflows/release-debian.yml +++ b/.github/workflows/release-debian.yml @@ -39,7 +39,7 @@ jobs: image: ${{ matrix.distro }}:${{ matrix.release }} steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: | apt-get update @@ -129,7 +129,7 @@ jobs: arch: "aarch64" steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: uraimo/run-on-arch-action@v2.5.1 name: Build artifact id: build diff --git a/.github/workflows/test-debian.yml b/.github/workflows/test-debian.yml index 24f8b8b..91d77ce 100644 --- a/.github/workflows/test-debian.yml +++ b/.github/workflows/test-debian.yml @@ -34,7 +34,7 @@ jobs: image: ${{ matrix.distro }}:${{ matrix.release }} steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: | apt-get update @@ -111,7 +111,7 @@ jobs: arch: "aarch64" steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: uraimo/run-on-arch-action@v2.5.1 name: Build artifact id: build