mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-21 05:30:58 -05:00
chore(deps): bump actions/checkout from 3 to 4 (#149)
This commit is contained in:
parent
c762e1bc54
commit
d3ff39aaef
1 changed files with 2 additions and 2 deletions
4
.github/workflows/installer.yml
vendored
4
.github/workflows/installer.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
run:
|
||||
shell: bash
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v5
|
||||
|
@ -102,7 +102,7 @@ jobs:
|
|||
run:
|
||||
shell: bash
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Packages
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue