We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc2843 commit 342d009Copy full SHA for 342d009
.github/workflows/pull_request.yml
@@ -15,7 +15,7 @@ jobs:
15
python-version: '3.11'
16
17
- name: Checkout Repo
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
19
20
- name: Install Poetry
21
run: |
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ubuntu-latest
35
steps:
36
37
38
39
- name: Build Docker Test Image
40
@@ -55,7 +55,7 @@ jobs:
55
56
57
- name: Checkout Code
58
59
60
61
0 commit comments