We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef1c53 commit a918534Copy full SHA for a918534
.github/workflows/validate_workflows.yml
@@ -17,15 +17,15 @@ jobs:
17
18
steps:
19
- name: Checkout repository
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
21
22
# Step 1: Run actionlint for logic/deprecation checks
23
- name: Run actionlint
24
- uses: raven-actions/actionlint@v1
+ uses: raven-actions/actionlint@v2
25
26
# Step 2: Set up Python for schema validation
27
- name: Set up Python
28
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
29
with:
30
python-version: "3.x"
31
0 commit comments