Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.0 to 4.2.2
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Nov 1, 2024
1 parent af160dc commit 4a2b12a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image-builder-from-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
platform: linux
steps:
# checkout
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
submodules: true

Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
NICE_NAME: x64
steps:
# Checkout
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
submodules: true

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

steps:
# checkout
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
submodules: true

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4a2b12a

Please sign in to comment.