-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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](actions/checkout@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] <[email protected]>
- Loading branch information
1 parent
af160dc
commit 4a2b12a
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
sudo apt install coreutils p7zip-full qemu-user-static xz-utils | ||
- name: Checkout CustomPiOS | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
repository: 'guysoft/CustomPiOS' | ||
ref: '${{ github.event.inputs.tagCustomPiOS }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
sudo apt install coreutils p7zip-full qemu-user-static | ||
- name: Checkout CustomPiOS | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
repository: 'guysoft/CustomPiOS' | ||
path: CustomPiOS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ jobs: | |
platform: linux | ||
steps: | ||
# checkout | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].2 | ||
with: | ||
submodules: true | ||
|
||
|
@@ -151,7 +151,7 @@ jobs: | |
NICE_NAME: x64 | ||
steps: | ||
# Checkout | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].2 | ||
with: | ||
submodules: true | ||
|
||
|
@@ -229,7 +229,7 @@ jobs: | |
QT_VERSION: 6.5.3 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
submodules: true | ||
|
||
|
@@ -337,7 +337,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
if: env.USE_CODEQL == 'true' | ||
with: | ||
submodules: true | ||
|
@@ -361,7 +361,7 @@ jobs: | |
contents: write | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
|
||
# generate environment variables | ||
- name: Generate environment variables from version and tag | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ jobs: | |
|
||
steps: | ||
# checkout | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].2 | ||
with: | ||
submodules: true | ||
|
||
|
@@ -124,7 +124,7 @@ jobs: | |
|
||
steps: | ||
# Download artifacts from previous build process | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].2 | ||
with: | ||
submodules: false | ||
- name: Download artifacts | ||
|