Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare 4.6 #1192

Merged
merged 2 commits into from
Jul 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated yaml files
  • Loading branch information
OsirisTerje committed Jul 18, 2024
commit d69f805dfe7b490085adf0e314ae4e67ba99f0b6
2 changes: 1 addition & 1 deletion .github/workflows/NUnit3TestAdapter.CI.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
2 changes: 1 addition & 1 deletion .github/workflows/NUnit3TestAdapter.Myget.Publish.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ jobs:

steps:
- name: ⤵Checkout Source
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7

- name: 🛠️ Setup .NET
uses: actions/setup-dotnet@v4