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:
4
.github/drafts/optimize_svg.yml
vendored
4
.github/drafts/optimize_svg.yml
vendored
@@ -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 }}
|
||||
|
||||
|
2
.github/drafts/stale.yml
vendored
2
.github/drafts/stale.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-latestlatest
|
||||
steps:
|
||||
- uses: actions/stale@main
|
||||
with:
|
||||
|
Reference in New Issue
Block a user