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 <guillaume.paris@filigran.io>
1 parent 7b69b55 commit 70993a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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/ms-teams@0.0.1
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)