Skip to content

Commit

Permalink
Merge branch 'main' into continuous-profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Jan 11, 2024
2 parents c3eca82 + 9fe307f commit e91f7cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
7.0.404
8.0.100
- name: Download NuGet Artifacts from build-nuget-package job
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: nuget-package
path: NuGetPackage/
Expand All @@ -165,7 +165,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
path: .
- run: cp bin-alpine/splunk-*.zip ./splunk-opentelemetry-dotnet-linux-musl.zip
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:

steps:
- uses: actions/[email protected]
- uses: lycheeverse/[email protected].0
- uses: lycheeverse/[email protected].1
with:
fail: true
args: "--threads 1 --max-concurrency 1 --verbose --no-progress './**/*.md' './**/*.html'"
Expand Down

0 comments on commit e91f7cf

Please sign in to comment.