Skip to content

Commit 2614d4b

Browse files
committed
Merge branch 'main' into nogil
2 parents 49b24e5 + dbcd709 commit 2614d4b

File tree

4 files changed

+56
-56
lines changed

4 files changed

+56
-56
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181

8282
- name: Upload coverage report
8383
if: ${{ matrix.environment != 'tests-nogil' }}
84-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
84+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
8585
with:
8686
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
- name: Download Artifact
22-
uses: dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295 # v9
22+
uses: dawidd6/action-download-artifact@4c1e823582f43b179e2cbb49c3eade4e41f992e2 # v10
2323
with:
2424
workflow: docs-build.yml
2525
name: docs-build

0 commit comments

Comments
 (0)