Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 4.1.7 to 4.2.0 #950

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/checkout@v4.1.7
uses: actions/checkout@v4.2.0
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/checkout@v4.1.7
uses: actions/checkout@v4.2.0
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/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
with:
submodules: true

Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
NICE_NAME: x64
steps:
# Checkout
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
with:
submodules: true

Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
QT_VERSION: 6.5.3
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
submodules: true

Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
if: env.USE_CODEQL == 'true'
with:
submodules: true
Expand All @@ -361,7 +361,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

# 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/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
with:
submodules: true

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:

steps:
# Download artifacts from previous build process
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
with:
submodules: false
- name: Download artifacts
Expand Down