Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 11fec7d

Browse files
authored
blast_repo fixes (#131)
dependabot, github-actions, no-response
1 parent ffdcde3 commit 11fec7d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/dependabot.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ updates:
88
interval: monthly
99
labels:
1010
- autosubmit
11+
groups:
12+
github-actions:
13+
patterns:
14+
- "*"

.github/workflows/test-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# These are the latest versions of the github actions; dependabot will
2222
# send PRs to keep these up-to-date.
2323
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
24-
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
24+
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2525

2626
- name: Install dependencies
2727
run: dart pub get

0 commit comments

Comments
 (0)