Skip to content

Commit 8dac9a7

Browse files
Merge pull request #37266 from dotnet/dependabot/github_actions/actions/checkout-4.1.0
Bump actions/checkout from 4.0.0 to 4.1.0
2 parents f904b05 + ad8097a commit 8dac9a7

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/check-for-build-warnings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
issues: write
1414
pull-requests: write
1515
steps:
16-
- uses: actions/checkout@v4.0.0
16+
- uses: actions/checkout@v4.1.0
1717
with:
1818
ref: ${{ github.event.pull_request.head.sha }}
1919

.github/workflows/clean-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515

1616
steps:
17-
- uses: actions/checkout@v4.0.0
17+
- uses: actions/checkout@v4.1.0
1818

1919
# Call clean repo
2020
- name: Clean repo

.github/workflows/dependabot-bot.yml

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

2323
# Checkout the repo into the workspace within the VM
2424
steps:
25-
- uses: actions/checkout@v4.0.0
25+
- uses: actions/checkout@v4.1.0
2626
# - name: Setup .NET
2727
# uses: actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0
2828
# with:

.github/workflows/docs-verifier-tryfix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
core.setFailed(`Request failed with error ${err}`)
3131
}
3232
- name: Checkout the repository
33-
uses: actions/checkout@v4.0.0
33+
uses: actions/checkout@v4.1.0
3434

3535
- name: Checkout Pull Request
3636
run: |

.github/workflows/docs-verifier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout the repository
13-
uses: actions/checkout@v4.0.0
13+
uses: actions/checkout@v4.1.0
1414

1515
- name: Validate
1616
uses: dotnet/docs-actions/actions/docs-verifier@main

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
statuses: write
2424

2525
steps:
26-
- uses: actions/checkout@v4.0.0
26+
- uses: actions/checkout@v4.1.0
2727
- name: Use Node.js
2828
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
2929
with:

.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@v4.0.0 #@v3.1.0
35+
- uses: actions/checkout@v4.1.0 #@v3.1.0
3636

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

.github/workflows/whats-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919

2020
steps:
21-
- uses: actions/checkout@v4.0.0
21+
- uses: actions/checkout@v4.1.0
2222

2323
- name: "Print manual run reason"
2424
if: ${{ github.event_name == 'workflow_dispatch' }}

0 commit comments

Comments
 (0)