Skip to content

Commit 70993a3

Browse files
Update dependency slack to v5
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Guillaume Paris <[email protected]>
1 parent 7b69b55 commit 70993a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
version: 2.1
33
orbs:
4-
slack: circleci/slack@4.15.0
4+
slack: circleci/slack@5.1.1
55
ms-teams: cloudradar-monitoring/[email protected]
66
jobs:
77
ensure_formatting:
@@ -47,6 +47,7 @@ jobs:
4747
working_directory: ~/repo
4848
steps:
4949
- checkout
50+
- run: apk update && apk upgrade && apk --no-cache add bash
5051
- run:
5152
name: flake8
5253
command: flake8 --ignore=E,W ~/repo

0 commit comments

Comments
 (0)