Skip to content

Commit

Permalink
Bump actions/setup-python from 4.3.1 to 4.4.0 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 23, 2022
1 parent 32e63e0 commit 565aafa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v4.3.1
uses: actions/setup-python@v4.4.0
with:
python-version: 3.11.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v4.3.1
uses: actions/setup-python@v4.4.0
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 565aafa

Please sign in to comment.