Skip to content

Commit 7c8376e

Browse files
authored
chore: bump github action workflow versions (#14)
1 parent 6ccf098 commit 7c8376e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
deploy:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- uses: actions/setup-python@v4
2121
with:
2222
python-version: "3.11"
2323
- uses: Gr1N/setup-poetry@v8
24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v4
2525
with:
2626
path: ~/.cache/pypoetry/virtualenvs
2727
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}

0 commit comments

Comments
 (0)