Skip to content

Commit

Permalink
feat: fix action names
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAdib committed Aug 17, 2023
1 parent 3a40fa6 commit 5517d40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: 🚔 CI

on:
push:
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
test:
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

name: Run all tests
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cron-update-deps.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cron Update dependencies
name: 🪃 Cron - Update dependencies

on:
workflow_dispatch:
Expand All @@ -9,7 +9,7 @@ jobs:
update:
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

name: Update all dependencies
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: 🚀 Release

on:
workflow_run:
Expand All @@ -12,7 +12,7 @@ jobs:
release:
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

name: Create a new release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5517d40

Please sign in to comment.