parent
a8dc809787
commit
3d8ab95f11
1 changed files with 4 additions and 4 deletions
8
.github/workflows/get_context.yml
vendored
8
.github/workflows/get_context.yml
vendored
|
@ -12,17 +12,17 @@ jobs:
|
|||
environment: mastodon
|
||||
steps:
|
||||
- name: Checkout original repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
cache: 'pip' # caching pip dependencies
|
||||
- run: pip install -r requirements.txt
|
||||
- name: Download all workflow run artifacts
|
||||
uses: dawidd6/action-download-artifact@v2
|
||||
uses: dawidd6/action-download-artifact@v3
|
||||
with:
|
||||
name: artifacts
|
||||
workflow: get_context.yml
|
||||
|
@ -40,4 +40,4 @@ jobs:
|
|||
- name: Checkout user's forked repository for keeping workflow alive
|
||||
uses: actions/checkout@v3
|
||||
- name: Keep workflow alive
|
||||
uses: gautamkrishnar/keepalive-workflow@v1
|
||||
uses: gautamkrishnar/keepalive-workflow@v1
|
||||
|
|
Loading…
Reference in a new issue