1
0
Fork 0
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:
dependabot[bot] 2024-11-20 14:34:33 +00:00 committed by GitHub
parent c762e1bc54
commit d3ff39aaef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |