Skip to content

Commit 32283ee

Browse files
committed
Add GithHub Dependabot for Actions
And specify exact versions
1 parent c17daf7 commit 32283ee

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/dependabot.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
name: Testing streamr-docker-dev-action
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v2.3.4
99
- uses: streamr-dev/streamr-docker-dev-action@master
1010
- run: curl -v http://localhost/api/v1/products
1111
shell: bash

0 commit comments

Comments
 (0)