Skip to content

Commit 53c7209

Browse files
authored
Merge pull request microsoft#743 from microsoft/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 4df5da5 + f551881 commit 53c7209

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/validate-markdown.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout Repo
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
with:
2424
ref: ${{ github.event.pull_request.head.sha }}
2525
- name: Check broken Paths
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout Repo
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141
with:
4242
ref: ${{ github.event.pull_request.head.sha }}
4343
- name: Run Check paths tracking
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Checkout Repo
58-
uses: actions/checkout@v3
58+
uses: actions/checkout@v4
5959
with:
6060
ref: ${{ github.event.pull_request.head.sha }}
6161
- name: Run Check URLs tracking
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
steps:
7575
- name: Checkout Repo
76-
uses: actions/checkout@v3
76+
uses: actions/checkout@v4
7777
with:
7878
ref: ${{ github.event.pull_request.head.sha }}
7979
- name: Run Check URLs Country Locale
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-latest
9191
steps:
9292
- name: Checkout Repo
93-
uses: actions/checkout@v3
93+
uses: actions/checkout@v4
9494
with:
9595
ref: ${{ github.event.pull_request.head.sha }}
9696
- name: Run Check Broken URLs

0 commit comments

Comments
 (0)