Skip to content

ci(deps): bump actions/checkout from 3 to 4 #71

ci(deps): bump actions/checkout from 3 to 4

ci(deps): bump actions/checkout from 3 to 4 #71

Workflow file for this run

on: [push]
name: Test
jobs:
test:
runs-on: ubuntu-latest
name: Testing streamr-docker-dev-action
steps:
- uses: actions/checkout@v4
- uses: ./
- run: curl -v http://localhost/api/v1/products
shell: bash