"git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "fd79234f41a0a7fd05dc31a1866399a44703fff9"
Unverified Commit 51472e75 authored by Jennifer Wei's avatar Jennifer Wei Committed by GitHub
Browse files

Merge pull request #366 from aqlaboratory/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 2 to 4
parents f7dba95f 13728b12
...@@ -4,7 +4,7 @@ jobs: ...@@ -4,7 +4,7 @@ jobs:
undefined_names: undefined_names:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
- run: pip install --upgrade pip - run: pip install --upgrade pip
- run: pip install flake8 - run: pip install flake8
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment