Skip to content

Commit 1e757c9

Browse files
committed
Updated github actions (checkout@v6 and setup-pythong@v6).
1 parent bc3dfbd commit 1e757c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
KURRENTDB_DOCKER_IMAGE: ${{ matrix.kurrentdb-docker-image }}
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
24-
- uses: actions/setup-python@v5
23+
- uses: actions/checkout@v6
24+
- uses: actions/setup-python@v6
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install Poetry

0 commit comments

Comments
 (0)