Skip to content

Commit 0fd6a93

Browse files
committed
Update Github actions
1 parent 2f1731e commit 0fd6a93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/compile.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
GH_EVENT_NUMBER: ${{ github.event.number }}
1515
steps:
1616
- name: Checkout the repository
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
- name: Setup python 3.12
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: "3.12"
2222
architecture: x64
@@ -34,9 +34,9 @@ jobs:
3434
if: ${{ github.repository != 'w3c/process' || github.event_name == 'pull_request' }}
3535
steps:
3636
- name: Checkout the repository
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v4
3838
- name: Setup python 3.12
39-
uses: actions/setup-python@v2
39+
uses: actions/setup-python@v5
4040
with:
4141
python-version: "3.12"
4242
architecture: x64

0 commit comments

Comments
 (0)