Skip to content

Commit f5a9a68

Browse files
chore(deps): bump the dependencies group with 5 updates
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml](https://github.com/github-community-projects/ospo-reusable-workflows) | `0.5.5` | `0.5.7` | | [github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml](https://github.com/github-community-projects/ospo-reusable-workflows) | `0.5.5` | `0.5.7` | | [github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml](https://github.com/github-community-projects/ospo-reusable-workflows) | `0.5.5` | `0.5.7` | | [github-community-projects/ospo-reusable-workflows/.github/workflows/release-image.yaml](https://github.com/github-community-projects/ospo-reusable-workflows) | `0.5.5` | `0.5.7` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `8.0.0` | `8.0.1` | Updates `github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml` from 0.5.5 to 0.5.7 - [Release notes](https://github.com/github-community-projects/ospo-reusable-workflows/releases) - [Changelog](https://github.com/github-community-projects/ospo-reusable-workflows/blob/main/docs/release-discussion.md) - [Commits](github-community-projects/ospo-reusable-workflows@3b691df...6381f5d) Updates `github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml` from 0.5.5 to 0.5.7 - [Release notes](https://github.com/github-community-projects/ospo-reusable-workflows/releases) - [Changelog](https://github.com/github-community-projects/ospo-reusable-workflows/blob/main/docs/release-discussion.md) - [Commits](github-community-projects/ospo-reusable-workflows@3b691df...6381f5d) Updates `github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml` from 0.5.5 to 0.5.7 - [Release notes](https://github.com/github-community-projects/ospo-reusable-workflows/releases) - [Changelog](https://github.com/github-community-projects/ospo-reusable-workflows/blob/main/docs/release-discussion.md) - [Commits](github-community-projects/ospo-reusable-workflows@3b691df...6381f5d) Updates `github-community-projects/ospo-reusable-workflows/.github/workflows/release-image.yaml` from 0.5.5 to 0.5.7 - [Release notes](https://github.com/github-community-projects/ospo-reusable-workflows/releases) - [Changelog](https://github.com/github-community-projects/ospo-reusable-workflows/blob/main/docs/release-discussion.md) - [Commits](github-community-projects/ospo-reusable-workflows@3b691df...6381f5d) Updates `actions/download-artifact` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@70fc10c...3e5f45b) --- updated-dependencies: - dependency-name: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml dependency-version: 0.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml dependency-version: 0.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml dependency-version: 0.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github-community-projects/ospo-reusable-workflows/.github/workflows/release-image.yaml dependency-version: 0.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d2c97cf commit f5a9a68

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/auto-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: read
1313
pull-requests: write
14-
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@3b691dff6b68489c8548e1295d125c93c9c29a4e
14+
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@6381f5d691a1ecf7d80126b0393a803224afd9ba
1515
with:
1616
config-name: release-drafter.yml
1717
secrets:

.github/workflows/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
contents: read
1212
pull-requests: read
1313
statuses: write
14-
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml@3b691dff6b68489c8548e1295d125c93c9c29a4e
14+
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml@6381f5d691a1ecf7d80126b0393a803224afd9ba
1515
secrets:
1616
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
contents: write
1212
pull-requests: read
13-
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml@3b691dff6b68489c8548e1295d125c93c9c29a4e
13+
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml@6381f5d691a1ecf7d80126b0393a803224afd9ba
1414
with:
1515
publish: true
1616
release-config-name: release-drafter.yml
@@ -23,7 +23,7 @@ jobs:
2323
packages: write
2424
id-token: write
2525
attestations: write
26-
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/release-image.yaml@3b691dff6b68489c8548e1295d125c93c9c29a4e
26+
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/release-image.yaml@6381f5d691a1ecf7d80126b0393a803224afd9ba
2727
with:
2828
image-name: ${{ github.repository }}
2929
full-tag: ${{ needs.release.outputs.full-tag }}
@@ -88,7 +88,7 @@ jobs:
8888
matrix: ${{ fromJson(needs.goreleaser.outputs.attestation_matrix) }}
8989
steps:
9090
- name: Download artifacts
91-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
91+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
9292
with:
9393
name: dist
9494
path: dist

0 commit comments

Comments
 (0)