diff --git a/.github/workflows/release-debian.yml b/.github/workflows/release-debian.yml index 760a355..19bff8d 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@v6 + uses: actions/checkout@v7 - name: Install dependencies run: | apt-get update @@ -104,7 +104,7 @@ jobs: arch: "aarch64" steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - 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 4565a97..f44a6d8 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@v6 + uses: actions/checkout@v7 - name: Install dependencies run: | apt-get update @@ -86,7 +86,7 @@ jobs: arch: "aarch64" steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: uraimo/run-on-arch-action@v3 name: Build artifact id: build