Skip to content

Commit

Permalink
Merge pull request #146 from fsprojects/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
SchlenkR committed Nov 27, 2023
2 parents e086994 + 199608d commit 231eceb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-docs.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
working-directory: .

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup .NET 7
uses: actions/setup-dotnet@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
working-directory: .

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup .NET 6
uses: actions/setup-dotnet@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
working-directory: .

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup .NET 6
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 231eceb

Please sign in to comment.