Skip to content

Commit b5d4631

Browse files
ci(deps): update github actions (major)
| datasource | package | from | to | | ----------- | -------------------------------- | ---- | ------ | | github-tags | astral-sh/setup-uv | v7 | v8.1.0 | | github-tags | googleapis/release-please-action | v4 | v5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 644d9ce commit b5d4631

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/license-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
python -m pipx ensurepath
6161
6262
- name: Install uv
63-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
63+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
6464
with:
6565
version: "latest"
6666

.github/workflows/release-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
app-id: ${{ vars.EDGEHOG_APP_APP_ID }}
3939
private-key: ${{ secrets.EDGEHOG_APP_PRIVATE_KEY }}
40-
- uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4
40+
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
4141
id: release
4242
with:
4343
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)