Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent c2696da commit 745ef78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Configure MongoDB (Ubuntu)
run: sudo systemctl start mongod
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
# If you want to specify a particular version, use this. Otherwise, will use the Runner's installed version
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-multi-os-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup MongoDB
uses: ankane/setup-mongodb@v1
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Configure MongoDB (Ubuntu)
run: sudo systemctl start mongod
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
# If you want to specify a particular version, use this. Otherwise, will use the Runner's installed version
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 745ef78

Please sign in to comment.