Skip to content

Commit fef8394

Browse files
Bump the gha group across 1 directory with 2 updates
Bumps the gha group with 2 updates in the / directory: [Workiva/gha-dart-oss](https://github.com/workiva/gha-dart-oss) and [actions/checkout](https://github.com/actions/checkout). Updates `Workiva/gha-dart-oss` from 0.1.10 to 0.1.12 - [Release notes](https://github.com/workiva/gha-dart-oss/releases) - [Commits](Workiva/gha-dart-oss@v0.1.10...v0.1.12) Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: Workiva/gha-dart-oss dependency-version: 0.1.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 676d811 commit fef8394

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
build:
17-
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].10
17+
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].12
1818

1919
dart:
2020
strategy:
@@ -25,7 +25,7 @@ jobs:
2525
name: Dart ${{ matrix.sdk }} on ${{ matrix.os }}
2626
runs-on: ${{ matrix.os }}-latest
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- uses: dart-lang/setup-dart@v1
3030
with:
3131
sdk: ${{ matrix.sdk }}

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ permissions:
1212

1313
jobs:
1414
publish:
15-
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].10
15+
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].12

0 commit comments

Comments
 (0)