Skip to content

Commit 71953bb

Browse files
chore(deps): bump the actions group with 3 updates (#132)
Bumps the actions group with 3 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [actions/cache](https://github.com/actions/cache) and [wevm/changelogs](https://github.com/wevm/changelogs). Updates `astral-sh/setup-uv` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@cec2083...0880764) Updates `actions/cache` from 4.3.0 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...27d5ce7) Updates `wevm/changelogs` from 54f693643e1bd8469293bdfcbfb647bceb559490 to a5032a56dabbb6e8bd7dc1847bde11d755be4c52 - [Release notes](https://github.com/wevm/changelogs/releases) - [Changelog](https://github.com/tempoxyz/changelogs/blob/master/CHANGELOG.md) - [Commits](tempoxyz/changelogs@54f6936...a5032a5) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: wevm/changelogs dependency-version: a5032a56dabbb6e8bd7dc1847bde11d755be4c52 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2caf62 commit 71953bb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
persist-credentials: false
4242

4343
- name: Install uv
44-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
44+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4545
with:
4646
enable-cache: true
4747
cache-dependency-glob: "pyproject.toml"
@@ -101,7 +101,7 @@ jobs:
101101
persist-credentials: false
102102

103103
- name: Install uv
104-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
104+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
105105
with:
106106
enable-cache: true
107107
cache-dependency-glob: "pyproject.toml"
@@ -119,7 +119,7 @@ jobs:
119119
echo "digest=${digest}" >> "$GITHUB_OUTPUT"
120120
121121
- name: Cache Tempo Docker image
122-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
122+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
123123
id: docker-cache
124124
with:
125125
path: /tmp/tempo-image.tar
@@ -156,7 +156,7 @@ jobs:
156156
persist-credentials: false
157157

158158
- name: Install uv
159-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
159+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
160160
with:
161161
enable-cache: true
162162
cache-dependency-glob: "pyproject.toml"
@@ -193,7 +193,7 @@ jobs:
193193
persist-credentials: false
194194

195195
- name: Install uv
196-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
196+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
197197
with:
198198
enable-cache: true
199199
cache-dependency-glob: "pyproject.toml"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: true
2424

2525
- id: changelogs
26-
uses: wevm/changelogs@54f693643e1bd8469293bdfcbfb647bceb559490 # changelogs@0.6.3
26+
uses: wevm/changelogs@a5032a56dabbb6e8bd7dc1847bde11d755be4c52 # changelogs@0.6.3
2727
with:
2828
ecosystem: python
2929
python-version: '3.12'

0 commit comments

Comments
 (0)