|
|
@ -8,7 +8,7 @@ jobs:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout repository
|
|
|
|
- name: Checkout repository
|
|
|
|
uses: actions/checkout@v3.5.3
|
|
|
|
uses: actions/checkout@v3.6.0
|
|
|
|
- name: Set up Python
|
|
|
|
- name: Set up Python
|
|
|
|
uses: actions/setup-python@v4.7.0
|
|
|
|
uses: actions/setup-python@v4.7.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
@ -31,7 +31,7 @@ jobs:
|
|
|
|
contents: write
|
|
|
|
contents: write
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout repository
|
|
|
|
- name: Checkout repository
|
|
|
|
uses: actions/checkout@v3.5.3
|
|
|
|
uses: actions/checkout@v3.6.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
fetch-depth: '0'
|
|
|
|
fetch-depth: '0'
|
|
|
|
- name: Set up Python
|
|
|
|
- name: Set up Python
|
|
|
|