Skip to content

Commit

Permalink
A0-3952: Bump Cardinal-Cryptography/github-actions (#55)
Browse files Browse the repository at this point in the history
Bumps the all-github-actions group with 1 update: [Cardinal-Cryptography/github-actions](https://github.com/cardinal-cryptography/github-actions).


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

---
updated-dependencies:
- dependency-name: Cardinal-Cryptography/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 27, 2024
1 parent b8a513e commit ab999b4
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-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- name: Create branchpreview
id: create-branchpreview
uses: Cardinal-Cryptography/github-actions/create-branchpreview@v6
uses: Cardinal-Cryptography/github-actions/create-branchpreview@v7
with:
repository-name: ${{ inputs.repository-name }}
branch-name: ${{ inputs.branch-name }}
Expand Down
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@v6
uses: Cardinal-Cryptography/github-actions/delete-branchpreview@v7
with:
repository-name: ${{ inputs.repository-name }}
branch-name: ${{ inputs.branch-name }}
Expand Down
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@v6
uses: Cardinal-Cryptography/github-actions/yaml-lint@v7
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@v6
uses: Cardinal-Cryptography/github-actions/yaml-validate@v7

0 comments on commit ab999b4

Please sign in to comment.