Skip to content

Commit

Permalink
Merge pull request #18 from leanprover-community/bryangingechen-patch-1
Browse files Browse the repository at this point in the history
chore(random_issue.yml): update Python + actions versions
  • Loading branch information
bryangingechen authored Dec 18, 2024
2 parents dfef623 + 2f6c8bd commit bbf2dba
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/random_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: post triage issues on Zulip

on:
schedule:
- cron: '0 14 * * *'
- cron: '0 14 * * *'
workflow_dispatch:

jobs:
post_issues:
Expand All @@ -11,12 +12,12 @@ jobs:
steps:

- name: Checkout scripts
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.12'

- name: Install python packages
run: |
Expand Down

0 comments on commit bbf2dba

Please sign in to comment.