Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #338 from open-contracting/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-python-4

build(deps): Bump actions/setup-python from 3 to 4
  • Loading branch information
yolile committed Jun 9, 2022
2 parents 13b8b7a + 260d078 commit a880d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: 3.6
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: 3.6
- uses: actions/cache@v3
Expand Down

0 comments on commit a880d5a

Please sign in to comment.