Skip to content

Commit e35a4d5

Browse files
committed
Merge remote-tracking branch 'upstream/main' into 13604-refchecker
2 parents ca51c10 + 1b86244 commit e35a4d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
working-directory: docs/
4242
- name: Setup Pages
4343
id: pages
44-
uses: actions/configure-pages@v5
44+
uses: actions/configure-pages@v6
4545
- name: Build with Jekyll
4646
run: |
4747
cd docs

.github/workflows/tests-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ jobs:
570570
CI: "true"
571571
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
572572
DBMS: "postgresql"
573-
- uses: codecov/codecov-action@v5
573+
- uses: codecov/codecov-action@v6
574574
if: (github.ref == 'refs/heads/main') && (steps.checksecrets.outputs.secretspresent == 'YES')
575575
with:
576576
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)