-
Notifications
You must be signed in to change notification settings - Fork 93
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.1.1 to 4.1.2 (#3317)
* Bump actions/checkout from 4.1.1 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump Microsoft.SourceLink.GitHub to 8.0.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz <[email protected]>
- Loading branch information
1 parent
76cdb0b
commit 32b7ac5
Showing
16 changed files
with
28 additions
and
18 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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: 0 # fetching all, needed to correctly calculate version | ||
|
||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: 0 # fetching all, needed to correctly calculate version | ||
|
||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: 0 # fetching all, needed to correctly calculate version | ||
|
||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
run: cat /etc/os-release | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: 0 # fetching all, needed to correctly calculate version | ||
|
||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Log in to the Container registry | ||
uses: docker/[email protected] | ||
|
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 |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: 0 # fetching all, needed to correctly calculate version | ||
|
||
|
@@ -123,7 +123,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: 0 # fetching all, needed to correctly calculate version | ||
|
||
|
@@ -163,7 +163,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: 0 # fetching all, needed to correctly calculate version | ||
|
||
|
@@ -232,7 +232,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: 0 # fetching all, needed to correctly calculate version | ||
|
||
|
@@ -263,7 +263,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: 0 # fetching all, needed to correctly calculate version | ||
|
||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Test demo | ||
run: make test | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Setup .NET 8 | ||
uses: actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Install Clang tools | ||
shell: bash | ||
|
@@ -32,7 +32,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Setup Go | ||
uses: actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -114,7 +114,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Test the Shell scripts from README.md in Docker container | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Download artifacts | ||
uses: actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Run markdown links chceks | ||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'release PR') }} | ||
|
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Setup ARM64 Environment Variables | ||
if: ${{ matrix.machine == 'actuated-arm64-4cpu-8gb' }} | ||
|
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
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
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