bump version of checkout action
This commit is contained in:
parent
75459f5a98
commit
93d55cda47
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
container: www.coastalcommits.com/cswimr/actions:pyflowery
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: poetry install
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
container: www.coastalcommits.com/cswimr/actions:pyflowery
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: poetry install --with dev
|
||||
|
@ -59,7 +59,7 @@ jobs:
|
|||
container: coastalcommits.com/cswimr/actions:pyflowery
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue