Bump actions/checkout from 3 to 4 (#4824)

This commit is contained in:
dependabot[bot] 2023-09-04 14:25:42 -07:00 committed by GitHub
parent 72d0a6c9d0
commit 34544bdb5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 15 additions and 15 deletions

View File

@ -13,7 +13,7 @@ jobs:
CheckAPICompatibility: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # fetching all

View File

@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # fetching all

View File

@ -27,7 +27,7 @@ jobs:
RunningDotNetPack: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # fetching all

View File

@ -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

View File

@ -20,7 +20,7 @@ jobs:
os: [windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # fetching all

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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' }}

View File

@ -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