Skip to content

Commit 70eb207

Browse files
authored
blast_repo fixes (#3483)
github-actions
1 parent 31b5d92 commit 70eb207

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/community.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
name: "Tests for pkg:drift"
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: dart-lang/setup-dart@929ed5f8bae55086c6fac456ba5acb9763c9e3e2
13+
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
1414
with:
1515
sdk: dev
16-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
16+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
1717
- run: dart pub get
1818
working-directory: tool
1919

20-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
20+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
2121
with:
2222
repository: simolus3/drift
2323
ref: develop

.github/workflows/markdown_linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
markdown-link-check:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
15-
- uses: gaurav-nelson/github-action-markdown-link-check@9710f0fec812ce0a3b98bef4c9d842fc1f39d976
14+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
15+
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368

0 commit comments

Comments
 (0)