diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index e7e5321..4bc0297 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -46,12 +46,12 @@ jobs: version: v3.6.0 - name: Set up Python - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 with: python-version: '3.x' - name: Set up helm/chart-testing - uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 + uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b - name: Set up local helm repo run: make local-helm-repo @@ -88,7 +88,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Run markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec + uses: gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc with: config-file: ".markdownlinkcheck.json" check-modified-files-only: "yes" diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index 96de4f9..dd77c9b 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Run markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec + uses: gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc with: config-file: ".markdownlinkcheck.json" diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4fd6ef8..e9a5481 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,7 +16,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@f69122271d990fd11f5594ccff2296f00ff59b49 + - uses: actions/stale@ee7ef89499a3de6e4fe1fc1acb994e67c64e0a2a with: days-before-issue-stale: 120 days-before-pr-stale: 14