Skip to content

Commit

Permalink
Update mailing list (#169)
Browse files Browse the repository at this point in the history
* update mailing list

* upgrade checkout action to v3 because of node 12 deprecation
  • Loading branch information
shaynafinocchiaro authored and atye committed Feb 21, 2023
1 parent 210a9cb commit ef4ff30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Karavi mailing list
alias: karavi@dell.com
- name: CSM mailing list
alias: container.storage.modules@dell.com
about: Please ask and answer usage questions and report security issues here.
2 changes: 1 addition & 1 deletion .github/workflows/charts-release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
# Check out code
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/helm-validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
outputs:
run_tests: ${{ steps.diff.outputs.run_tests }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Check for files changed
id: diff
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
# Check out the repo
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: "0"

Expand All @@ -54,7 +54,7 @@ jobs:
steps:
# Check out the repo
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: "0"

Expand Down

0 comments on commit ef4ff30

Please sign in to comment.