Skip to content

Commit

Permalink
Merge pull request #635 from SteveDunn/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-dotnet-4.0.1

Bump actions/setup-dotnet from 4.0.0 to 4.0.1
  • Loading branch information
SteveDunn authored Jul 11, 2024
2 parents e1e4af2 + aa6cbfa commit bbf6c7a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
dotnet-version: |
8.0.x
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
dotnet-version: |
8.0.x
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
dotnet-version: |
8.0.x
Expand All @@ -56,7 +56,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
dotnet-version: |
8.0.x
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,21 @@ jobs:
with:
fetch-depth: 0
- name: Setup dotnet 8.0
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: '8.0.x'
- name: Setup dotnet 7.0
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: '7.0.x'
- name: Setup dotnet 6.0
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: '6.0.x'
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
dotnet-version: '5.0.x'
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
dotnet-version: '3.1.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
dotnet-version: |
8.0.x
Expand Down

0 comments on commit bbf6c7a

Please sign in to comment.