Skip to content

Commit 0ba9b3a

Browse files
authored
yaml-fix (#21)
1 parent c7b2c34 commit 0ba9b3a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Log in to the Container registry
2727
uses: docker/login-action@v2

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
continue-on-error: true
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Set up docker
1616
uses: docker-practice/actions-setup-docker@master
1717
- name: Run postgres
@@ -53,7 +53,7 @@ jobs:
5353
linting:
5454
runs-on: ubuntu-latest
5555
steps:
56-
- uses: actions/checkout@v3
56+
- uses: actions/checkout@v4
5757
- uses: actions/setup-python@v4
5858
with:
5959
python-version: 3.11

0 commit comments

Comments
 (0)