Skip to content

Commit 5cc44c4

Browse files
committed
🔄 synced local '.github/workflows/validate-properties-links.yml' with remote '.releases/validate-properties-links.yml'
1 parent 2168fc4 commit 5cc44c4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

‎.github/workflows/validate-properties-links.yml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616

1717
steps:
1818
- name: Checkout PR branch
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
with:
2121
ref: ${{ github.event.pull_request.head.sha }}
2222

2323
- name: Set up Python
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
26-
python-version: '3.11'
26+
python-version: '3.13'
2727

2828
- name: Install dependencies
2929
run: |
@@ -210,7 +210,7 @@ jobs:
210210
211211
- name: Comment on PR with validation results
212212
if: failure()
213-
uses: actions/github-script@v7
213+
uses: actions/github-script@v9
214214
with:
215215
github-token: ${{ secrets.GITHUB_TOKEN }}
216216
script: |
@@ -235,7 +235,7 @@ jobs:
235235
236236
- name: Comment on PR with success
237237
if: success() && steps.changed_files.outputs.files != ''
238-
uses: actions/github-script@v7
238+
uses: actions/github-script@v9
239239
with:
240240
github-token: ${{ secrets.GITHUB_TOKEN }}
241241
script: |

0 commit comments

Comments
 (0)