Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dudanogueira/rocket.connect
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanogueira committed Nov 16, 2021
2 parents 47185af + 541ee7c commit beec04e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:

- name: Checkout Code Repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Set up Python 3.8
uses: actions/[email protected]
Expand All @@ -41,7 +41,7 @@ jobs:
steps:

- name: Checkout Code Repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Build the Stack
run: docker-compose -f local.yml build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
-
name: Docker meta
id: meta
Expand Down

0 comments on commit beec04e

Please sign in to comment.