Skip to content

Bump @angular/animations from 17.2.2 to 17.3.0 #15

Bump @angular/animations from 17.2.2 to 17.3.0

Bump @angular/animations from 17.2.2 to 17.3.0 #15

Workflow file for this run

name: "Update Angular Action"
on: # when the action should run. Can also be a CRON or in response to external events. see https://git.io/JeBz1
push
jobs:
ngxUptodate:
runs-on: ubuntu-latest
steps:
- name: Updating ng dependencies # the magic happens here !
uses: tinesoft/[email protected]
with:
repo-token: ${{ secrets.GH_TOKEN }}