We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17daf7 commit 32283eeCopy full SHA for 32283ee
.github/dependabot.yaml
@@ -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
@@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
name: Testing streamr-docker-dev-action
steps:
8
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2.3.4
9
- uses: streamr-dev/streamr-docker-dev-action@master
10
- run: curl -v http://localhost/api/v1/products
11
shell: bash
0 commit comments