diff --git a/.github/workflows/apicompatibility.yml b/.github/workflows/apicompatibility.yml index 8451c890c87..c1a2de3898d 100644 --- a/.github/workflows/apicompatibility.yml +++ b/.github/workflows/apicompatibility.yml @@ -13,7 +13,7 @@ jobs: CheckAPICompatibility: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # fetching all diff --git a/.github/workflows/ci-aot.yml b/.github/workflows/ci-aot.yml index 499813e3669..cf9673585b9 100644 --- a/.github/workflows/ci-aot.yml +++ b/.github/workflows/ci-aot.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # fetching all diff --git a/.github/workflows/ci-instrumentation-libraries.yml b/.github/workflows/ci-instrumentation-libraries.yml index 14da57a3298..9e28bda8963 100644 --- a/.github/workflows/ci-instrumentation-libraries.yml +++ b/.github/workflows/ci-instrumentation-libraries.yml @@ -27,7 +27,7 @@ jobs: RunningDotNetPack: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # fetching all diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68105bc9234..13de0700eb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # fetching all @@ -51,7 +51,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # fetching all diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 4ff17a15ea6..d3994708979 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -20,7 +20,7 @@ jobs: os: [windows-latest] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # fetching all diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2b6d32c3ead..1c65eae060c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: disk-root: "D:" - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/docfx.yml b/.github/workflows/docfx.yml index 53e13b5b4e8..d37aa84e4f3 100644 --- a/.github/workflows/docfx.yml +++ b/.github/workflows/docfx.yml @@ -12,7 +12,7 @@ jobs: steps: - name: check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install docfx run: choco install docfx -y diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index b6d974ced3c..69d4b91343f 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -18,7 +18,7 @@ jobs: steps: - name: check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup dotnet uses: actions/setup-dotnet@v3 diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c13a6eee1bc..3c9b654694d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -18,7 +18,7 @@ jobs: matrix: version: [net6.0,net7.0] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run W3C Trace Context docker-compose.integration run: docker-compose --file=test/OpenTelemetry.Instrumentation.W3cTraceContext.Tests/docker-compose.yml --file=build/docker-compose.${{ matrix.version }}.yml --project-directory=. up --exit-code-from=tests --build @@ -30,7 +30,7 @@ jobs: matrix: version: [net6.0,net7.0] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run OTLP Exporter docker-compose.integration run: docker-compose --file=test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/IntegrationTest/docker-compose.yml --file=build/docker-compose.${{ matrix.version }}.yml --project-directory=. up --exit-code-from=tests --build diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 643c5f6f1d8..718d7ec3571 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -16,7 +16,7 @@ jobs: steps: - name: check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install markdownlint-cli run: sudo npm install -g markdownlint-cli diff --git a/.github/workflows/publish-packages-1.0.yml b/.github/workflows/publish-packages-1.0.yml index f9a7ec058b5..d8fd3d43782 100644 --- a/.github/workflows/publish-packages-1.0.yml +++ b/.github/workflows/publish-packages-1.0.yml @@ -21,7 +21,7 @@ jobs: RunningDotNetPack: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # fetching all ref: ${{ github.ref || 'main' }} diff --git a/.github/workflows/sanitycheck.yml b/.github/workflows/sanitycheck.yml index d452206e4bf..0d0ec772ed0 100644 --- a/.github/workflows/sanitycheck.yml +++ b/.github/workflows/sanitycheck.yml @@ -12,7 +12,7 @@ jobs: steps: - name: check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install misspell run: | @@ -27,7 +27,7 @@ jobs: steps: - name: check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: detect non-ASCII encoding and trailing space run: python3 ./build/sanitycheck.py