From 52fa756c7618fadea61423d781aa76d3bb1a3d99 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Tue, 8 Dec 2020 23:23:23 -0300 Subject: [PATCH] Update github actions --- .github/workflows/ci.yaml | 2 +- .github/workflows/docs.yaml | 2 +- .github/workflows/helm.yaml | 3 ++- charts/ingress-nginx/Chart.yaml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e0e6f8a8..2701ad0b3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - uses: dorny/paths-filter@v2.2.0 + - uses: dorny/paths-filter@v2 id: filter with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 4cac748d8..3d180dc54 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - uses: dorny/paths-filter@v2.2.0 + - uses: dorny/paths-filter@v2 id: filter with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index 384f7ea50..c8d84ff15 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -20,13 +20,14 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - uses: dorny/paths-filter@v2.2.0 + - uses: dorny/paths-filter@v2 id: filter with: token: ${{ secrets.GITHUB_TOKEN }} filters: | charts: - 'charts/ingress-nginx/Chart.yaml' + - 'charts/ingress-nginx/**/*' chart: name: Release Chart diff --git a/charts/ingress-nginx/Chart.yaml b/charts/ingress-nginx/Chart.yaml index aaef28c42..e9751e643 100644 --- a/charts/ingress-nginx/Chart.yaml +++ b/charts/ingress-nginx/Chart.yaml @@ -21,4 +21,4 @@ annotations: # List of changes for the release in artifacthub.io # https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog artifacthub.io/changes: | - - Fix 'maxmindLicenseKey' location in values.yaml + - Fix maxmindLicenseKey location in values.yaml