Skip to content

Commit eb87042

Browse files
authored
Update checkout actions, add dependabot (#695)
1 parent fa15ddc commit eb87042

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
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"

.github/workflows/adaptive_banner_example.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: github.event_name == 'pull_request'
3434
timeout-minutes: 30
3535
steps:
36-
- uses: actions/checkout@v1
36+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
3737
with:
3838
fetch-depth: 0
3939
- name: "Install Flutter"
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: macos-latest
4848
timeout-minutes: 40
4949
steps:
50-
- uses: actions/checkout@v1
50+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
5151
with:
5252
fetch-depth: 0
5353
- name: "Install Flutter"
@@ -64,7 +64,7 @@ jobs:
6464
if: github.event_name == 'pull_request'
6565
timeout-minutes: 30
6666
steps:
67-
- uses: actions/checkout@v1
67+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
6868
with:
6969
fetch-depth: 0
7070
- name: "Install Flutter"

.github/workflows/app_open_example.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: github.event_name == 'pull_request'
3434
timeout-minutes: 30
3535
steps:
36-
- uses: actions/checkout@v1
36+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
3737
with:
3838
fetch-depth: 0
3939
- name: "Install Flutter"
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: macos-latest
4848
timeout-minutes: 40
4949
steps:
50-
- uses: actions/checkout@v1
50+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
5151
with:
5252
fetch-depth: 0
5353
- name: "Install Flutter"
@@ -64,7 +64,7 @@ jobs:
6464
if: github.event_name == 'pull_request'
6565
timeout-minutes: 30
6666
steps:
67-
- uses: actions/checkout@v1
67+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
6868
with:
6969
fetch-depth: 0
7070
- name: "Install Flutter"

.github/workflows/interstitial_example.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: github.event_name == 'pull_request'
3434
timeout-minutes: 30
3535
steps:
36-
- uses: actions/checkout@v1
36+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
3737
with:
3838
fetch-depth: 0
3939
- name: "Install Flutter"
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: macos-latest
4848
timeout-minutes: 40
4949
steps:
50-
- uses: actions/checkout@v1
50+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
5151
with:
5252
fetch-depth: 0
5353
- name: "Install Flutter"
@@ -64,7 +64,7 @@ jobs:
6464
if: github.event_name == 'pull_request'
6565
timeout-minutes: 30
6666
steps:
67-
- uses: actions/checkout@v1
67+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
6868
with:
6969
fetch-depth: 0
7070
- name: "Install Flutter"

0 commit comments

Comments
 (0)