Skip to content

Commit

Permalink
chore(deps): bump the gha group with 2 updates (#1490)
Browse files Browse the repository at this point in the history
Bumps the gha group with 2 updates: [tj-actions/changed-files](https://github.com/tj-actions/changed-files) and [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer).


Updates `tj-actions/changed-files` from 44.0.0 to 44.0.1
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@2d756ea...635f118)

Updates `sigstore/cosign-installer` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](sigstore/cosign-installer@v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 16, 2024
1 parent b9f4079 commit ac0f251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0
- id: changed-files
name: Get changed files
uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 #v44.0.0
uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 #v44.0.1
with:
files_ignore: |
**/*.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -104,7 +104,7 @@ jobs:
version: v0.15.1

- name: Install cosign
uses: sigstore/cosign-installer@v3.4.0
uses: sigstore/cosign-installer@v3.5.0
with:
cosign-release: "v2.2.2"

Expand Down

0 comments on commit ac0f251

Please sign in to comment.