1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-16 03:24:13 +02:00

Update many of the actions to their latest version (#1731)

* Update many of the actions to their latest version

* Fix CodeQL action

* Use the latest version for all images

* Whoops

* Use Ubuntu for the Peek Icons workflow

* Fix Peek Icons action

* Remove token

* chore: apply suggestions from code review

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

---------

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
This commit is contained in:
David Leal
2023-04-28 10:21:27 -06:00
committed by GitHub
parent 70df11eef5
commit 2b9faadbec
10 changed files with 82 additions and 78 deletions

View File

@@ -6,9 +6,9 @@ jobs:
peek:
name: Optimize the added/changed svgs
if: github.event.label.name == 'bot:optimize'
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

View File

@@ -5,7 +5,7 @@ on:
jobs:
stale:
runs-on: ubuntu-latest
runs-on: ubuntu-latestlatest
steps:
- uses: actions/stale@main
with: