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.
2 parents ea37d48 + 467ddde commit dbbce54Copy full SHA for dbbce54
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
23
- name: Checkout Code Repository
24
- uses: actions/checkout@v3.3.0
+ uses: actions/checkout@v5.0.0
25
26
- name: Set up Python
27
uses: actions/setup-python@v6.0.0
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
- name: Build the Stack
48
run: docker-compose -f local.yml build
0 commit comments