Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/github_actions/mhausenblas/mkd…
Browse files Browse the repository at this point in the history
…ocs-deploy-gh-pages-1.24
  • Loading branch information
nolte authored Dec 25, 2021
2 parents 532aaf3 + 4163296 commit d9dbfa1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-static-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0

- uses: actions/setup-python@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-cd-deliver-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0

# TODO add feature toogle for mkdocs and hugo
- name: Deploy docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-cd-refresh-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
- name: Merge Tag -> Master
uses: devmasx/merge-branch@v1.3.1
with:
Expand Down

0 comments on commit d9dbfa1

Please sign in to comment.