Skip to content

Commit de58cb4

Browse files
authored
Merge pull request #1087 from pgoslatara/actup/update-actions-1769156872
chore: Update outdated GitHub Actions version
2 parents c27791a + 5342dca commit de58cb4

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
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout Repo
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
ref: ${{ github.event.pull_request.head.sha }}
2828
- name: Check broken Paths
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout Repo
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
with:
4545
ref: ${{ github.event.pull_request.head.sha }}
4646
- name: Run Check paths tracking
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Checkout Repo
61-
uses: actions/checkout@v5
61+
uses: actions/checkout@v6
6262
with:
6363
ref: ${{ github.event.pull_request.head.sha }}
6464
- name: Run Check URLs tracking
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777
steps:
7878
- name: Checkout Repo
79-
uses: actions/checkout@v5
79+
uses: actions/checkout@v6
8080
with:
8181
ref: ${{ github.event.pull_request.head.sha }}
8282
- name: Run Check URLs Country Locale
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
steps:
9595
- name: Checkout Repo
96-
uses: actions/checkout@v5
96+
uses: actions/checkout@v6
9797
with:
9898
ref: ${{ github.event.pull_request.head.sha }}
9999
- name: Run Check Broken URLs

0 commit comments

Comments
 (0)