Skip to content

Commit

Permalink
Bump actions/setup-python from 4.4.0 to 4.5.0 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 13, 2023
1 parent 5db2b22 commit 372411d
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.4.0
uses: actions/setup-python@v4.5.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.4.0
uses: actions/setup-python@v4.5.0
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 372411d

Please sign in to comment.