Skip to content

Commit 24dc50f

Browse files
committed
Update actions/checkout action to v6
1 parent d784c8e commit 24dc50f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: echo $env:BUILD_TOOLS_PATH | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
1818
if: startsWith(matrix.os, 'windows')
1919

20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121

2222
- name: Cache conan
2323
uses: actions/cache@v4

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
CONAN_SYSREQUIRES_MODE: "enabled"
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919

0 commit comments

Comments
 (0)