Skip to content

Commit 33c2a08

Browse files
chore(deps): update actions
| datasource | package | from | to | | ----------- | --------------------------- | ------- | ------- | | github-tags | reviewdog/action-actionlint | v1.69.0 | v1.69.1 |
1 parent 4fc9bda commit 33c2a08

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/setup-python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
# - python-version: Sets UV_PYTHON to ensure uv uses the correct Python version
4545
# - version: Empty defaults to latest or version from pyproject.toml/uv.toml
4646
- name: Install uv
47-
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7
47+
uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7
4848
with:
4949
# Version: Empty means use latest or version from pyproject.toml/uv.toml
5050
# If pyproject.toml has [tool.uv] with required-version, that will be used

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
- name: Checkout
189189
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
190190
- name: Validate
191-
uses: reviewdog/action-actionlint@437bbe918b0d29544cbf9e8b1d63fe6f4e7a881d # v1.69.0
191+
uses: reviewdog/action-actionlint@83e4ed25b168066ad8f62f5afbb29ebd8641d982 # v1.69.1
192192
with:
193193
github_token: ${{ secrets.GITHUB_TOKEN }}
194194
level: ${{ env.REVIEWDOG_LEVEL }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- name: Upload Coverage to Codecov
154154
if: ${{ !cancelled() && steps.verify_coverage.outputs.coverage_exists == 'true' }}
155155
continue-on-error: true
156-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
156+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
157157
with:
158158
# Explicitly specify the coverage XML file to upload (generated by pytest)
159159
files: coverage.xml

0 commit comments

Comments
 (0)