Skip to content

Commit

Permalink
Merge pull request #45 from oci-labs/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-3

Bump actions/setup-python from 2.3.1 to 3
  • Loading branch information
iguessthislldo authored Mar 31, 2022
2 parents fb7e0f7 + 4bdb33d commit 030ea23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyopendds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 030ea23

Please sign in to comment.