Skip to content

Commit e9e262d

Browse files
Bump actions/checkout from 5 to 6 (#2961)
1 parent 7492972 commit e9e262d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
os: [ windows-latest, macos-26 ]
6262
steps:
6363
- name: Checkout code
64-
uses: actions/checkout@v5
64+
uses: actions/checkout@v6
6565

6666
- name: Set Latest Xcode Version
6767
if: runner.os == 'macOS'
@@ -106,7 +106,7 @@ jobs:
106106
os: [ windows-latest, macos-26 ]
107107
steps:
108108
- name: Checkout code
109-
uses: actions/checkout@v5
109+
uses: actions/checkout@v6
110110

111111
- name: Set NuGet Version to Tag Number
112112
if: startsWith(github.ref, 'refs/tags/') && (!endsWith(github.ref, '-mediaelement') && !endsWith(github.ref, '-camera') && !endsWith(github.ref, '-maps'))

.github/workflows/dotnet-format-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
run: dotnet tool install -g dotnet-format
1111

1212
- name: Checkout repo
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
with:
1515
ref: ${{ github.head_ref }}
1616

.github/workflows/locker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout Actions
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
repository: "microsoft/vscode-github-triage-actions"
2828
path: ./actions

0 commit comments

Comments
 (0)