Skip to content

Commit

Permalink
Merge pull request #1 from nolte/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-v2.3.4

Bump actions/checkout from v2.3.2 to v2.3.4
  • Loading branch information
nolte authored Dec 18, 2020
2 parents fec2d84 + c38df1f commit 2cc4b45
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.2
uses: actions/checkout@v2.3.4

- 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.2
uses: actions/checkout@v2.3.4

# 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.2
uses: actions/checkout@v2.3.4
- name: Merge Tag -> Master
uses: devmasx/merge-branch@v1.3.1
with:
Expand Down

0 comments on commit 2cc4b45

Please sign in to comment.