Skip to content

Commit bbf2dba

Browse files
Merge pull request #18 from leanprover-community/bryangingechen-patch-1
chore(random_issue.yml): update Python + actions versions
2 parents dfef623 + 2f6c8bd commit bbf2dba

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/random_issue.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: post triage issues on Zulip
22

33
on:
44
schedule:
5-
- cron: '0 14 * * *'
5+
- cron: '0 14 * * *'
6+
workflow_dispatch:
67

78
jobs:
89
post_issues:
@@ -11,12 +12,12 @@ jobs:
1112
steps:
1213

1314
- name: Checkout scripts
14-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1516

1617
- name: Setup Python
17-
uses: actions/setup-python@v1
18+
uses: actions/setup-python@v5
1819
with:
19-
python-version: '3.8'
20+
python-version: '3.12'
2021

2122
- name: Install python packages
2223
run: |

0 commit comments

Comments
 (0)