Skip to content

Commit

Permalink
Merge pull request #180 from droidsolutions/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4

ci: bump actions/checkout from 3 to 4
  • Loading branch information
Kampfmoehre authored Sep 8, 2023
2 parents 179df34 + 7990eef commit bc43c4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
dotnet-version: "7.0.x"
- run: dotnet build
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
dotnet-version: "7.0.x"
Expand All @@ -34,7 +34,7 @@ jobs:
- coverage
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
- uses: actions/[email protected]
Expand Down

0 comments on commit bc43c4d

Please sign in to comment.