diff --git a/.github/workflows/release-debian.yml b/.github/workflows/release-debian.yml index 32663f1..760a355 100644 --- a/.github/workflows/release-debian.yml +++ b/.github/workflows/release-debian.yml @@ -33,7 +33,7 @@ jobs: image: ${{ matrix.distro }}:${{ matrix.release }} steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install dependencies run: | apt-get update @@ -104,7 +104,7 @@ jobs: arch: "aarch64" steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - uses: uraimo/run-on-arch-action@v3 name: Build artifact id: build diff --git a/.github/workflows/test-debian.yml b/.github/workflows/test-debian.yml index fe84fdd..4565a97 100644 --- a/.github/workflows/test-debian.yml +++ b/.github/workflows/test-debian.yml @@ -28,7 +28,7 @@ jobs: image: ${{ matrix.distro }}:${{ matrix.release }} steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install dependencies run: | apt-get update @@ -86,7 +86,7 @@ jobs: arch: "aarch64" steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - uses: uraimo/run-on-arch-action@v3 name: Build artifact id: build