Skip to content

Commit b03e573

Browse files
Bump the github-actions group with 3 updates (#853)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>
1 parent eaa3b43 commit b03e573

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
persist-credentials: false
2121

22-
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
22+
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2323
with:
2424
python-version: '3.13'
2525
enable-cache: true # zizmor: ignore[cache-poisoning] -- Job does not produce release artifacts and does not have sensitive permissions
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
persist-credentials: false
5959

60-
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
60+
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
6161
with:
6262
python-version: ${{ matrix.python }}
6363
enable-cache: true # zizmor: ignore[cache-poisoning] -- Job does not produce release artifacts and does not have sensitive permissions
@@ -84,7 +84,7 @@ jobs:
8484
CONTEXT: ${{ runner.os }}-py${{ matrix.python }}-without-deps
8585

8686
- name: store coverage files
87-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
87+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8888
with:
8989
name: coverage-${{ matrix.python }}-${{ runner.os }}
9090
path: coverage
@@ -106,7 +106,7 @@ jobs:
106106
merge-multiple: true
107107
path: coverage
108108

109-
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
109+
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
110110
with:
111111
enable-cache: true # zizmor: ignore[cache-poisoning] -- Job does not produce release artifacts and does not have sensitive permissions
112112

@@ -117,7 +117,7 @@ jobs:
117117
- run: uv run coverage html --show-contexts --title "Pydantic Settings coverage for ${{ github.sha }}"
118118

119119
- name: Store coverage html
120-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
120+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
121121
with:
122122
name: coverage-html
123123
path: htmlcov
@@ -128,7 +128,7 @@ jobs:
128128
- run: uv run diff-cover coverage.xml --format html:index.html
129129

130130
- name: Store diff coverage html
131-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
131+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
132132
with:
133133
name: diff-coverage-html
134134
path: index.html
@@ -181,4 +181,4 @@ jobs:
181181
run: python -m build
182182

183183
- name: Upload package to PyPI
184-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
184+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0

0 commit comments

Comments
 (0)