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 4e0314b commit d8d7f28Copy full SHA for d8d7f28
.github/workflows/dependency.yml
@@ -9,6 +9,6 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout Repository
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
13
- name: Dependency Review
14
uses: actions/dependency-review-action@v4
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
16
17
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
with:
20
fetch-depth: 0 # avoid shallow clone
21
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
IGNORE_NORMALISATION_GIT_HEAD_MOVE: 1
22
23
24
25
26
0 commit comments