Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/hermes_open_project_recommendation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
repository: osscameroon/osscameroon-website
path: osscameroon-website

- name: Set up Python 3.8
- name: Set up Python 3.12
uses: actions/setup-python@v6
with:
python-version: 3.8
python-version: 3.12

- name: Install dependencies
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/jobsika_social_media_message_scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
name: Send message
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v7

- name: Set up Python 3.8
- name: Set up Python 3.12
uses: actions/setup-python@v6
with:
python-version: 3.8
python-version: 3.12

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/recommend_yotas_issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v7
- name: get yotas issues
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report_a_quiz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v7
- name: Send Quiz message to the channel
shell: bash
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/report_contributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v7
- name: Setup python
uses: actions/setup-python@v6
with:
python-version: 3.8
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install termgraph
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report_jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v7
- name: get available jobs
shell: bash
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/report_jokes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v6
with:
python-version: 3.11
python-version: 3.12

- name: Fetch and render joke
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report_number_of_yotas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v7
- name: get number of yotas of each member
run: python extract.py > members_yotas_message

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report_open_projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v7
- name: get contribution report
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report_opencollective.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v7
- name: get contribution report
shell: bash
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/report_quotes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v6
with:
python-version: 3.11
python-version: 3.12

- name: Fetch and render quote
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/social_media_message_scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
name: Send message
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v7

- name: Set up Python 3.8
- name: Set up Python 3.12
uses: actions/setup-python@v6
with:
python-version: 3.8
python-version: 3.12

- name: Install dependencies
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate_message_scheduler_messages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
name: Validate messages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v7

- name: Set up Python 3.8
- name: Set up Python 3.12
uses: actions/setup-python@v6
with:
python-version: 3.8
python-version: 3.12

- name: Install dependencies
run: |
Expand Down
Loading