Skip to content

Commit c5c25e5

Browse files
Bump actions/checkout from 4 to 6 (#1391)
1 parent f4b40b5 commit c5c25e5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Checkout repository
1515
id: checkout_repo
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717

1818
- name: Install .NET 9
1919
uses: actions/setup-dotnet@v5

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
VIMEO_TOKEN: ${{ secrets.VIMEO_TOKEN }}
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- name: Setup .NET Core
1515
uses: actions/setup-dotnet@v5
1616
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020

2121
- name: Setup .NET 9 SDK
2222
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)