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 03dde6e commit b7abeeaCopy full SHA for b7abeea
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
name: ${{ matrix.runs-on }}
24
runs-on: ${{ matrix.runs-on }}
25
steps:
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
with:
28
fetch-depth: 0
29
.github/workflows/codeql-analysis.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
- name: Checkout repository
39
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
40
41
- name: Setup dotnet
42
uses: actions/setup-dotnet@v3.2.0
0 commit comments