mirror of
https://github.com/konpa/devicon.git
synced 2025-09-08 21:30:56 +02:00
ci(workflows): update deprecated actions
This commit is contained in:
14
.github/workflows/in_develop_labeler.yml
vendored
14
.github/workflows/in_develop_labeler.yml
vendored
@@ -2,7 +2,7 @@ name: Label Issue In Develop
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ['On Develop PR Merge']
|
||||
types:
|
||||
types:
|
||||
- completed
|
||||
jobs:
|
||||
on-failure:
|
||||
@@ -15,20 +15,20 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Python v3.8
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.8
|
||||
|
||||
- name: Install dependencies
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r ./.github/scripts/requirements.txt
|
||||
|
||||
|
||||
- name: Download workflow artifact
|
||||
uses: dawidd6/action-download-artifact@v2.11.0
|
||||
uses: dawidd6/action-download-artifact@v7
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
workflow: peek_icons.yml
|
||||
|
Reference in New Issue
Block a user