Skip to content

Commit e15d254

Browse files
author
Dennis Labordus
committed
Added OpenAPI Descriptions and improvement Github Actions.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 3a97878 commit e15d254

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-project.yml

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

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v1
17+
uses: actions/checkout@v2
1818
- name: Set up Docker Buildx
1919
id: buildx
2020
uses: docker/setup-buildx-action@v1

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v1
17+
uses: actions/checkout@v2
1818
- name: Set up Docker Buildx
1919
id: buildx
2020
uses: docker/setup-buildx-action@v1

.github/workflows/sonarcloud-analysis.yml

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

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v1
17+
uses: actions/checkout@v2
1818
with:
1919
fetch-depth: 0
2020

0 commit comments

Comments
 (0)