We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1731e commit 0fd6a93Copy full SHA for 0fd6a93
.github/workflows/compile.yml
@@ -14,9 +14,9 @@ jobs:
14
GH_EVENT_NUMBER: ${{ github.event.number }}
15
steps:
16
- name: Checkout the repository
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
18
- name: Setup python 3.12
19
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
20
with:
21
python-version: "3.12"
22
architecture: x64
@@ -34,9 +34,9 @@ jobs:
34
if: ${{ github.repository != 'w3c/process' || github.event_name == 'pull_request' }}
35
36
37
38
39
40
41
42
0 commit comments