diff --git a/.github/workflows/image-builder-from-repo.yml b/.github/workflows/image-builder-from-repo.yml index 1fa23af0b..e278516b2 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.0 + uses: actions/checkout@v6.0.1 with: repository: 'guysoft/CustomPiOS' ref: '${{ github.event.inputs.tagCustomPiOS }}' diff --git a/.github/workflows/image-builder.yml b/.github/workflows/image-builder.yml index b41e26159..4bde11b7e 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.0 + uses: actions/checkout@v6.0.1 with: repository: 'guysoft/CustomPiOS' path: CustomPiOS diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index c5689007a..7f0842a43 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.0 + - uses: actions/checkout@v6.0.1 with: submodules: true @@ -115,7 +115,7 @@ jobs: NICE_NAME: x64 steps: # Checkout - - uses: actions/checkout@v6.0.0 + - uses: actions/checkout@v6.0.1 with: submodules: true @@ -175,7 +175,7 @@ jobs: TOOLKIT_DIR: "${{ github.workspace }}\\Toolkit" steps: - name: Checkout - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: submodules: true @@ -272,7 +272,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 if: env.USE_CODEQL == 'true' with: submodules: true @@ -298,7 +298,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: submodules: true @@ -365,7 +365,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 - 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 6af455323..99522d5f0 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.0 + - uses: actions/checkout@v6.0.1 with: submodules: true @@ -92,7 +92,7 @@ jobs: needs: [Linux] steps: - - uses: actions/checkout@v6.0.0 + - uses: actions/checkout@v6.0.1 with: submodules: false - name: Download artifacts