Skip to content

Commit 68fdc73

Browse files
chore(deps): bump the actions group across 1 directory with 2 updates (#35)
Bumps the actions group with 2 updates in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `astral-sh/setup-uv` from 6.8.0 to 7.0.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@d0cc045...eb1897b) Updates `softprops/action-gh-release` from 2.3.3 to 2.4.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@6cbd405...aec2ec5) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d3ed92 commit 68fdc73

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id: versions
4242

4343
- name: Install a specific version of uv
44-
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
44+
uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0.0
4545
with:
4646
version: "${{ steps.versions.outputs.uv }}"
4747
python-version: "${{ steps.versions.outputs.python }}"
@@ -127,7 +127,7 @@ jobs:
127127
id: versions
128128

129129
- name: Install a specific version of uv
130-
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
130+
uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0.0
131131
with:
132132
version: "${{ steps.versions.outputs.uv }}"
133133
python-version: "${{ steps.versions.outputs.python }}"
@@ -139,7 +139,7 @@ jobs:
139139
path: dist/
140140
- name: Create release and upload assets
141141
if: ${{ startsWith(github.ref, 'refs/tags/') && github.event_name != 'workflow_dispatch' }}
142-
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
142+
uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2.4.0
143143
with:
144144
files: dist/f5_ai_gateway_sdk*
145145
generate_release_notes: true

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: versions
2525

2626
- name: Install a specific version of uv
27-
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
27+
uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0.0
2828
with:
2929
version: "${{ steps.versions.outputs.uv }}"
3030
python-version: "${{ steps.versions.outputs.python }}"

.github/workflows/scanners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
id: versions
5454

5555
- name: Install a specific version of uv
56-
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
56+
uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0.0
5757
with:
5858
version: "${{ steps.versions.outputs.uv }}"
5959
python-version: "${{ steps.versions.outputs.python }}"

0 commit comments

Comments
 (0)