We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 694906a + cfc71fb commit e1b6b89Copy full SHA for e1b6b89
2 files changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
working-directory: DevProxy.Hosting
12
steps:
13
- name: Checkout code
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
15
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v4
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
18
19
20
0 commit comments