Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 3.5.3 to 4.1.0 #739

Closed
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Support Windows long paths
if: ${{ runner.os == 'Windows' }}
run: git config --system core.longpaths true
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.0
- uses: actions/[email protected]
with:
dotnet-version: |
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.0
- uses: actions/[email protected]
with:
dotnet-version: |
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Support Windows long paths
if: ${{ runner.os == 'Windows' }}
run: git config --system core.longpaths true
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.0
- uses: actions/[email protected]
with:
dotnet-version: |
Expand All @@ -198,7 +198,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.0
- uses: actions/[email protected]
with:
dotnet-version: |
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
- name: Support Windows long paths
if: ${{ runner.os == 'Windows' }}
run: git config --system core.longpaths true
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.0
- uses: actions/[email protected]
with:
dotnet-version: |
Expand All @@ -271,7 +271,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.0
- uses: actions/[email protected]
with:
dotnet-version: |
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
- name: Support Windows long paths
if: ${{ runner.os == 'Windows' }}
run: git config --system core.longpaths true
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.0
- uses: actions/[email protected]
with:
dotnet-version: |
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.0
- uses: actions/[email protected]
with:
dotnet-version: |
Expand Down Expand Up @@ -443,7 +443,7 @@ jobs:
- name: Support Windows long paths
if: ${{ runner.os == 'Windows' }}
run: git config --system core.longpaths true
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.0
- uses: actions/[email protected]
with:
dotnet-version: |
Expand Down Expand Up @@ -493,7 +493,7 @@ jobs:
- name: Support Windows long paths
if: ${{ runner.os == 'Windows' }}
run: git config --system core.longpaths true
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.0
- uses: actions/[email protected]
with:
dotnet-version: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
baseImage: ${{ matrix.baseImage }}
dotnetSdkVersion: 7.0.101
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.0
- name: Build Docker image
run: |
docker build \
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
timeout-minutes: 30
steps:
- run: git config --system core.longpaths true
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.0
- uses: actions/[email protected]
with:
dotnet-version: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
contents: write
timeout-minutes: 10
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.0
- uses: actions/[email protected]
with:
path: .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: git config --system core.longpaths true

- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.0

- uses: actions/[email protected]
with:
Expand Down
Loading