Skip to content

Commit

Permalink
Update action names
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Dec 13, 2022
1 parent 1082874 commit a020948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: dart-lang/setup-dart@v1
with: {sdk: "${{ matrix.dart_channel }}"}

- name: Dart Sass | actions/checkout@v2
- name: Dart Sass | Checkout
uses: actions/checkout@v2
with:
repository: sass/dart-sass
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- uses: dart-lang/setup-dart@v1
with: {sdk: stable}

- name: Dart Sass | actions/checkout@v2
- name: Dart Sass | Checkout
uses: actions/checkout@v2
with:
repository: sass/dart-sass
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
repo-token: '${{ github.token }}'

- name: Node.js Embedded Host | actions/checkout@v2
- name: Node.js Embedded Host | Checkout
uses: actions/checkout@v2
with:
repository: sass/embedded-host-node
Expand Down

0 comments on commit a020948

Please sign in to comment.