Skip to content

Commit 4affa94

Browse files
Merge pull request #7089 from dotnet/dependabot/github_actions/dotnet-e6ee9d7de3
Bump actions/checkout from 6.0.1 to 6.0.2 in the dotnet group
2 parents a269a5a + fd9090c commit 4affa94

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dotnet-code-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pull-requests: write
2323

2424
steps:
25-
- uses: actions/checkout@v6.0.1
25+
- uses: actions/checkout@v6.0.2
2626

2727
- name: 'Print manual run reason'
2828
if: ${{ github.event_name == 'workflow_dispatch' }}

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #@v2
17+
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 #@v2
1818
- name: Use Node.js
1919
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 #@v1
2020
with:

.github/workflows/publish-mono-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build-mono:
2424
runs-on: macos-latest
2525
steps:
26-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #@v2
26+
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 #@v2
2727
- name: Setup .NET SDK 6
2828
if: ${{ env.DOTNET_DO_INSTALL == 'true' }}
2929
run: |

.github/workflows/snippets5000.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Steps represent a sequence of tasks that will be executed as part of the job
3333
steps:
3434
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
35-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #@v4.2.2
35+
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 #@v4.2.2
3636

3737
# Get the latest preview SDK (or sdk not installed by the runner)
3838
- name: Setup .NET SDK

0 commit comments

Comments
 (0)