We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b40b5 commit c5c25e5Copy full SHA for c5c25e5
3 files changed
.github/workflows/codeql-analysis.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- name: Checkout repository
15
id: checkout_repo
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
17
18
- name: Install .NET 9
19
uses: actions/setup-dotnet@v5
.github/workflows/dotnetcore.yml
@@ -10,7 +10,7 @@ jobs:
10
VIMEO_TOKEN: ${{ secrets.VIMEO_TOKEN }}
11
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Setup .NET Core
with:
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
- name: Checkout repo
20
21
- name: Setup .NET 9 SDK
22
0 commit comments