Skip to content

Commit

Permalink
ci(gh-actions): bump actions/checkout from 4.1.4 to 4.1.5 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 9, 2024
1 parent cd983ac commit d687e04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Benchmark
runs-on: windows-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
name: Debug Build & Test
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Publish to NuGet
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4.0.0
with:
Expand Down

0 comments on commit d687e04

Please sign in to comment.