Skip to content

Commit f7a9b1d

Browse files
authored
Dependabot GitHub Action
1 parent 615f8bb commit f7a9b1d

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Dependabot configuration file.
2+
# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
3+
version: 2
4+
5+
updates:
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
interval: "monthly"

pkgs/pubspec_parse/.github/workflows/test-package.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
matrix:
2323
sdk: [dev]
2424
steps:
25-
- uses: actions/checkout@v2
26-
- uses: dart-lang/setup-dart@v1.0
25+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
26+
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d
2727
with:
2828
sdk: ${{ matrix.sdk }}
2929
- id: install
@@ -48,8 +48,8 @@ jobs:
4848
os: [ubuntu-latest]
4949
sdk: [2.14.0, dev]
5050
steps:
51-
- uses: actions/checkout@v2
52-
- uses: dart-lang/setup-dart@v1.0
51+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
52+
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d
5353
with:
5454
sdk: ${{ matrix.sdk }}
5555
- id: install

0 commit comments

Comments
 (0)