Skip to content

Commit

Permalink
Merge pull request #32 from dudanogueira/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-2.4.0

Bump actions/checkout from 2.3.5 to 2.4.0
  • Loading branch information
dudanogueira authored Nov 16, 2021
2 parents 474c45b + 76fc145 commit 541ee7c
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 541ee7c

Please sign in to comment.