Skip to content

Commit

Permalink
ci(deps): bump actions/checkout from 4.1.2 to 4.1.3 (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent ccd69c9 commit c368bf9
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/[email protected].2
- uses: actions/[email protected].3
- name: Setup .NET SDK
uses: actions/[email protected]
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/[email protected].2
- uses: actions/[email protected].3
- name: Setup .NET SDK
uses: actions/[email protected]
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/[email protected].2
- uses: actions/[email protected].3
- name: Setup .NET SDK
uses: actions/[email protected]
with:
Expand Down

0 comments on commit c368bf9

Please sign in to comment.