From 4a2b12a1b9b8b2e1fb631029c37533f84e830286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:16:29 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.0 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/image-builder-from-repo.yml | 2 +- .github/workflows/image-builder.yml | 2 +- .github/workflows/push-master.yml | 10 +++++----- .github/workflows/upload-to-github-pages.yml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/image-builder-from-repo.yml b/.github/workflows/image-builder-from-repo.yml index 2f72606c..50389c4d 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@v4.2.0 + uses: actions/checkout@v4.2.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 98e73954..8f2c4069 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@v4.2.0 + uses: actions/checkout@v4.2.2 with: repository: 'guysoft/CustomPiOS' path: CustomPiOS diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index efdfc520..046911c4 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -67,7 +67,7 @@ jobs: platform: linux steps: # checkout - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 with: submodules: true @@ -151,7 +151,7 @@ jobs: NICE_NAME: x64 steps: # Checkout - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 with: submodules: true @@ -229,7 +229,7 @@ jobs: QT_VERSION: 6.5.3 steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 with: submodules: true @@ -337,7 +337,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 if: env.USE_CODEQL == 'true' with: submodules: true @@ -361,7 +361,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 # generate environment variables - name: Generate environment variables from version and tag diff --git a/.github/workflows/upload-to-github-pages.yml b/.github/workflows/upload-to-github-pages.yml index e6a711a9..25280bb5 100644 --- a/.github/workflows/upload-to-github-pages.yml +++ b/.github/workflows/upload-to-github-pages.yml @@ -62,7 +62,7 @@ jobs: steps: # checkout - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 with: submodules: true @@ -124,7 +124,7 @@ jobs: steps: # Download artifacts from previous build process - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 with: submodules: false - name: Download artifacts