Skip to content

Commit

Permalink
Merge pull request #1 from thegraphnetwork/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-python-2.3.1

⬆️ Bump actions/setup-python from 2.2.2 to 2.3.1
  • Loading branch information
fccoelho authored Jan 24, 2022
2 parents 9581d90 + ad09668 commit dc7dc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.1
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit dc7dc3f

Please sign in to comment.