Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.3 to 3.6.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.3...v3.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 25, 2023
1 parent 79961d2 commit ec4c864
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
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@v3.6.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@v3.6.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@v3.6.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@v3.6.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@v3.6.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@v3.6.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@v3.6.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@v3.6.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@v3.6.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@v3.6.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@v3.6.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@v3.6.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@v3.6.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@v3.6.0

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

0 comments on commit ec4c864

Please sign in to comment.