Browse Source

chore(deps): update dart-lang/setup-dart digest to 8a4b97e

pull/773/head
renovate[bot] 1 year ago committed by GitHub
parent
commit
1c403a3248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/conventional_commits.yaml
  2. 2
      .github/workflows/dart.yml

2
.github/workflows/conventional_commits.yaml

@ -13,7 +13,7 @@ jobs:
fetch-depth: 0
- name: Install dart
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f # v1
uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1 # v1
- name: Install commitlint_cli
run: dart pub get

2
.github/workflows/dart.yml

@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Install dart
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f # v1
uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1 # v1
- name: Setup
run: ./tool/setup.sh
- name: Build test Docker image

Loading…
Cancel
Save