diff --git a/.github/workflows/image-builder-from-repo.yml b/.github/workflows/image-builder-from-repo.yml index 1f6a5296c..1fa23af0b 100644 --- a/.github/workflows/image-builder-from-repo.yml +++ b/.github/workflows/image-builder-from-repo.yml @@ -22,7 +22,7 @@ jobs: sudo apt install coreutils p7zip-full qemu-user-static xz-utils - name: Checkout CustomPiOS - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: repository: 'guysoft/CustomPiOS' ref: '${{ github.event.inputs.tagCustomPiOS }}' diff --git a/.github/workflows/image-builder.yml b/.github/workflows/image-builder.yml index dfea728ce..b41e26159 100644 --- a/.github/workflows/image-builder.yml +++ b/.github/workflows/image-builder.yml @@ -38,7 +38,7 @@ jobs: sudo apt install coreutils p7zip-full qemu-user-static - name: Checkout CustomPiOS - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: repository: 'guysoft/CustomPiOS' path: CustomPiOS diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 5d1139054..6e05a2366 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -43,7 +43,7 @@ jobs: architecture: amd64 steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v6.0.0 with: submodules: true @@ -115,7 +115,7 @@ jobs: NICE_NAME: x64 steps: # Checkout - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v6.0.0 with: submodules: true @@ -175,7 +175,7 @@ jobs: TOOLKIT_DIR: "${{ github.workspace }}\\Toolkit" steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: submodules: true @@ -272,7 +272,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 if: env.USE_CODEQL == 'true' with: submodules: true @@ -298,7 +298,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: submodules: true @@ -365,7 +365,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 - name: Generate environment variables from version and tag run: | diff --git a/.github/workflows/upload-to-github-pages.yml b/.github/workflows/upload-to-github-pages.yml index 6aa5268fa..378c0d8de 100644 --- a/.github/workflows/upload-to-github-pages.yml +++ b/.github/workflows/upload-to-github-pages.yml @@ -42,7 +42,7 @@ jobs: architecture: amd64 steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v6.0.0 with: submodules: true @@ -92,7 +92,7 @@ jobs: needs: [Linux] steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v6.0.0 with: submodules: false - name: Download artifacts