diff --git a/.github/workflows/image-builder-from-repo.yml b/.github/workflows/image-builder-from-repo.yml index ba11d4bb8..0863b4196 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@v6.0.1 + uses: actions/checkout@v6.0.2 with: repository: 'guysoft/CustomPiOS' ref: '${{ github.event.inputs.tagCustomPiOS }}' diff --git a/.github/workflows/image-builder.yml b/.github/workflows/image-builder.yml index e9ee7d080..305f68c87 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@v6.0.1 + uses: actions/checkout@v6.0.2 with: repository: 'guysoft/CustomPiOS' path: CustomPiOS diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 38679ef3b..a95d0fec7 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -43,7 +43,7 @@ jobs: architecture: amd64 steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: submodules: true @@ -115,7 +115,7 @@ jobs: NICE_NAME: x64 steps: # Checkout - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: submodules: true @@ -175,7 +175,7 @@ jobs: TOOLKIT_DIR: "${{ github.workspace }}\\Toolkit" steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: submodules: true @@ -272,7 +272,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 if: env.USE_CODEQL == 'true' with: submodules: true @@ -298,7 +298,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: submodules: true @@ -365,7 +365,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - 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 74577695d..533b45e86 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@v6.0.1 + - uses: actions/checkout@v6.0.2 with: submodules: true @@ -92,7 +92,7 @@ jobs: needs: [Linux] steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: submodules: false - name: Download artifacts