diff --git a/.github/workflows/_branchpreview-delete.yml b/.github/workflows/_branchpreview-delete.yml index 9f70c4c..bfb3da3 100644 --- a/.github/workflows/_branchpreview-delete.yml +++ b/.github/workflows/_branchpreview-delete.yml @@ -25,7 +25,7 @@ jobs: runs-on: [self-hosted, Linux, X64, small] steps: - name: Delete branchpreview - uses: Cardinal-Cryptography/github-actions/delete-branchpreview@v3 + uses: Cardinal-Cryptography/github-actions/delete-branchpreview@v6 with: repository-name: ${{ inputs.repository-name }} branch-name: ${{ inputs.branch-name }} diff --git a/.github/workflows/_featurenet-delete.yml b/.github/workflows/_featurenet-delete.yml index c9e7e10..2153843 100644 --- a/.github/workflows/_featurenet-delete.yml +++ b/.github/workflows/_featurenet-delete.yml @@ -81,7 +81,7 @@ jobs: - name: Add label to mark that featurenet has been deleted if: github.event_name == 'pull_request' - uses: actions-ecosystem/action-add-labels@v1.1.0 + uses: actions-ecosystem/action-add-labels@v1.1.3 with: labels: 'state:deleted-featurenet' github_token: ${{ secrets.CI_GH_TOKEN }} diff --git a/.github/workflows/yaml-lint.yml b/.github/workflows/yaml-lint.yml index 0f91f32..bfce100 100644 --- a/.github/workflows/yaml-lint.yml +++ b/.github/workflows/yaml-lint.yml @@ -17,4 +17,4 @@ jobs: runs-on: ubuntu-20.04 steps: - name: LINT | Execute YAML linter - uses: Cardinal-Cryptography/github-actions/yaml-lint@v1 + uses: Cardinal-Cryptography/github-actions/yaml-lint@v6 diff --git a/.github/workflows/yaml-validate.yml b/.github/workflows/yaml-validate.yml index 6e9188e..8b27dae 100644 --- a/.github/workflows/yaml-validate.yml +++ b/.github/workflows/yaml-validate.yml @@ -17,4 +17,4 @@ jobs: runs-on: ubuntu-20.04 steps: - name: VALIDATE | Execute github-actions-validator - uses: Cardinal-Cryptography/github-actions/yaml-validate@v3 + uses: Cardinal-Cryptography/github-actions/yaml-validate@v6