Skip to content

Commit

Permalink
Merge pull request #74 from clickviewapp/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
MrSmoke authored Feb 26, 2024
2 parents 363aaec + 7f130e2 commit ce11f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
dotnet-version: '8.0.x'

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Restore
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dotnet-version: '8.0.x'

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Restore
run: dotnet restore
Expand Down

0 comments on commit ce11f41

Please sign in to comment.