File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ permissions:
1313
1414jobs :
1515 checks :
16- uses : Workiva/gha-dart-oss/.github/workflows/checks.yaml@v0.1.10
16+ uses : Workiva/gha-dart-oss/.github/workflows/checks.yaml@v0.1.11
1717
1818 build :
19- uses : Workiva/gha-dart-oss/.github/workflows/build.yaml@v0.1.10
19+ uses : Workiva/gha-dart-oss/.github/workflows/build.yaml@v0.1.11
2020
2121 snapshots :
2222 runs-on : ubuntu-latest
2929 - path : dart3-features
3030 sdk : 3.7.2
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 - name : Install scip cli
3434 run : |
3535 bash -c 'curl -L "https://github.com/sourcegraph/scip/releases/download/v0.3.3/scip-linux-amd64.tar.gz"' | tar xzf - scip
@@ -75,14 +75,14 @@ jobs:
7575
7676 steps :
7777 # Setup scip-dart
78- - uses : actions/checkout@v4
78+ - uses : actions/checkout@v5
7979 - uses : dart-lang/setup-dart@v1
8080 with :
8181 sdk : 2.19.6
8282 - run : dart pub get
8383
8484 # Setup repo to run on
85- - uses : actions/checkout@v4
85+ - uses : actions/checkout@v5
8686 with :
8787 repository : ${{ matrix.consumer.repo }}
8888 path : ${{ matrix.consumer.repo}}
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ permissions:
1313jobs :
1414 # Generates and uploads sbom, and publishes to pub.dev
1515 publish :
16- uses : Workiva/gha-dart-oss/.github/workflows/publish.yaml@v0.1.10
16+ uses : Workiva/gha-dart-oss/.github/workflows/publish.yaml@v0.1.11
You can’t perform that action at this time.
0 commit comments