Skip to content

Commit

Permalink
A0-3952: Bump the all-github-actions group with 2 updates (#51)
Browse files Browse the repository at this point in the history
Bumps the all-github-actions group with 2 updates: [Cardinal-Cryptography/github-actions](https://github.com/cardinal-cryptography/github-actions) and [actions-ecosystem/action-add-labels](https://github.com/actions-ecosystem/action-add-labels).


Updates `Cardinal-Cryptography/github-actions` from 1 to 6
- [Commits](v1...v6)

Updates `actions-ecosystem/action-add-labels` from 1.1.0 to 1.1.3
- [Release notes](https://github.com/actions-ecosystem/action-add-labels/releases)
- [Commits](actions-ecosystem/action-add-labels@v1.1.0...v1.1.3)

---
updated-dependencies:
- dependency-name: Cardinal-Cryptography/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-github-actions
- dependency-name: actions-ecosystem/action-add-labels
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 16, 2024
1 parent fb1546e commit 19bc802
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_branchpreview-delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_featurenet-delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Add label to mark that featurenet has been deleted
if: github.event_name == 'pull_request'
uses: actions-ecosystem/[email protected].0
uses: actions-ecosystem/[email protected].3
with:
labels: 'state:deleted-featurenet'
github_token: ${{ secrets.CI_GH_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/yaml-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 19bc802

Please sign in to comment.