We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a1835 commit 28a80b5Copy full SHA for 28a80b5
.github/workflows/codeql.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/nightly-nuget.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: windows-latest
15
if: github.repository == 'akkadotnet/akka.net'
16
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
- name: Setup .NET 5
19
uses: actions/setup-dotnet@v4
20
with:
0 commit comments