Skip to content

Commit a918534

Browse files
committed
Update github actions
1 parent 5ef1c53 commit a918534

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate_workflows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121

2222
# Step 1: Run actionlint for logic/deprecation checks
2323
- name: Run actionlint
24-
uses: raven-actions/actionlint@v1
24+
uses: raven-actions/actionlint@v2
2525

2626
# Step 2: Set up Python for schema validation
2727
- name: Set up Python
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: "3.x"
3131

0 commit comments

Comments
 (0)