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.
2 parents aa342be + 7cd6570 commit ee17e11Copy full SHA for ee17e11
.github/workflows/codeql.yml
@@ -46,7 +46,7 @@ jobs:
46
47
steps:
48
- name: Checkout repository
49
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
50
51
# Initializes the CodeQL tools for scanning.
52
- name: Initialize CodeQL
.github/workflows/dotnet.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
21
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
- name: Setup .NET
24
uses: actions/setup-dotnet@v4
25
with:
.github/workflows/node.js.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: setup-node
uses: actions/setup-node@v4
0 commit comments