-
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 3.4.0 to 3.5.0 (#2364)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d18c3b1
commit d5b3708
Showing
9 changed files
with
15 additions
and
15 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 repository | ||
uses: actions/checkout@v3.4.0 | ||
uses: actions/checkout@v3.5.0 | ||
|
||
- 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 |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
log-dir: "/var/log/opentelemetry/dotnet" | ||
runs-on: ${{ matrix.machine }} | ||
steps: | ||
- uses: actions/checkout@v3.4.0 | ||
- uses: actions/checkout@v3.5.0 | ||
- uses: actions/[email protected] | ||
with: | ||
dotnet-version: | | ||
|
@@ -102,7 +102,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
timeout-minutes: 60 | ||
steps: | ||
- uses: actions/checkout@v3.4.0 | ||
- uses: actions/checkout@v3.5.0 | ||
- name: Build in Docker container | ||
run: | | ||
set -e | ||
|
@@ -134,7 +134,7 @@ jobs: | |
|
||
runs-on: windows-2022 | ||
steps: | ||
- uses: actions/checkout@v3.4.0 | ||
- uses: actions/checkout@v3.5.0 | ||
|
||
- name: Download Windows Artifacts from build job | ||
uses: actions/[email protected] | ||
|
@@ -182,7 +182,7 @@ jobs: | |
- machine: macos-11 | ||
runs-on: ${{ matrix.machine }} | ||
steps: | ||
- uses: actions/checkout@v3.4.0 | ||
- uses: actions/checkout@v3.5.0 | ||
- uses: actions/[email protected] | ||
with: | ||
dotnet-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
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: check out code | ||
uses: actions/checkout@v3.4.0 | ||
uses: actions/checkout@v3.5.0 | ||
|
||
- name: Setup .NET 7.0 | ||
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
runs-on: ${{ matrix.machine }} | ||
|
||
steps: | ||
- uses: actions/checkout@v3.4.0 | ||
- uses: actions/checkout@v3.5.0 | ||
|
||
- name: Install Clang tools | ||
shell: bash | ||
|
@@ -30,7 +30,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
|
||
steps: | ||
- uses: actions/checkout@v3.4.0 | ||
- uses: actions/checkout@v3.5.0 | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: '1.20.1' | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
machine: [ windows-2022, macos-11 ] | ||
runs-on: ${{ matrix.machine }} | ||
steps: | ||
- uses: actions/checkout@v3.4.0 | ||
- uses: actions/checkout@v3.5.0 | ||
- uses: actions/[email protected] | ||
with: | ||
dotnet-version: | | ||
|
@@ -40,7 +40,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
timeout-minutes: 60 | ||
steps: | ||
- uses: actions/checkout@v3.4.0 | ||
- uses: actions/checkout@v3.5.0 | ||
- name: Build Docker image | ||
run: | | ||
docker build \ | ||
|
@@ -68,7 +68,7 @@ jobs: | |
contents: write | ||
timeout-minutes: 10 | ||
steps: | ||
- uses: actions/checkout@v3.4.0 | ||
- uses: actions/checkout@v3.5.0 | ||
- uses: actions/[email protected] | ||
with: | ||
path: . | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3.4.0 | ||
- uses: actions/checkout@v3.5.0 | ||
- uses: lycheeverse/[email protected] | ||
with: | ||
fail: true | ||
|
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: | |
containers: none | ||
runs-on: ${{ matrix.machine }} | ||
steps: | ||
- uses: actions/checkout@v3.4.0 | ||
- uses: actions/checkout@v3.5.0 | ||
- uses: actions/[email protected] | ||
with: | ||
dotnet-version: | | ||
|