We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ba4acb + 0cd160f commit 4bfaa26Copy full SHA for 4bfaa26
2 files changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ permissions:
14
15
jobs:
16
build:
17
- uses: Workiva/gha-dart-oss/.github/workflows/build.yaml@v0.1.13
+ uses: Workiva/gha-dart-oss/.github/workflows/build.yaml@v0.1.14
18
19
dart:
20
strategy:
@@ -25,7 +25,7 @@ jobs:
25
name: Dart ${{ matrix.sdk }} on ${{ matrix.os }}
26
runs-on: ${{ matrix.os }}-latest
27
steps:
28
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
29
- uses: dart-lang/setup-dart@v1
30
with:
31
sdk: ${{ matrix.sdk }}
.github/workflows/publish.yaml
@@ -12,4 +12,4 @@ permissions:
12
13
publish:
- uses: Workiva/gha-dart-oss/.github/workflows/publish.yaml@v0.1.13
+ uses: Workiva/gha-dart-oss/.github/workflows/publish.yaml@v0.1.14
0 commit comments