Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.0 to 3.5.2 (#2444)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.0...v3.5.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 13, 2023
1 parent 1b22efd commit 8595c80
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Log in to the Container registry
uses: docker/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
log-dir: "/var/log/opentelemetry/dotnet"
runs-on: ${{ matrix.machine }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- uses: actions/[email protected]
with:
dotnet-version: |
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 60
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: Build in Docker container
run: |
set -e
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

runs-on: windows-2022
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2

- name: Download Windows Artifacts from build job
uses: actions/[email protected]
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
- machine: macos-11
runs-on: ${{ matrix.machine }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- uses: actions/[email protected]
with:
dotnet-version: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: Test demo
run: make test
working-directory: examples/demo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: check out code
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Setup .NET 7.0
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.machine }}

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2

- name: Install Clang tools
shell: bash
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- uses: actions/[email protected]
with:
go-version: '1.20.1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
base-image: [ alpine, centos ]
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: Test the Shell scripts from README.md in Docker container
run: |
set -e
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
machine: [ windows-2022, macos-11 ]
runs-on: ${{ matrix.machine }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- uses: actions/[email protected]
with:
dotnet-version: |
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 60
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: Build Docker image
run: |
docker build \
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
contents: write
timeout-minutes: 10
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- uses: actions/[email protected]
with:
path: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- uses: lycheeverse/[email protected]
with:
fail: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
containers: none
runs-on: ${{ matrix.machine }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- uses: actions/[email protected]
with:
dotnet-version: |
Expand Down

0 comments on commit 8595c80

Please sign in to comment.