Skip to content

Commit d4b7b44

Browse files
chore(bot): Update GitHub Actions to v7
1 parent 827de48 commit d4b7b44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
- name: Test Examples
143143
run: |
144144
pixi run -e "${ENV}" test-example
145-
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
145+
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
146146
with:
147147
token: ${{ secrets.CODECOV_TOKEN }}
148148

@@ -177,7 +177,7 @@ jobs:
177177
name: ui_screenshots_${{ runner.os }}
178178
path: ./ui_screenshots
179179
if-no-files-found: ignore
180-
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
180+
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
181181
with:
182182
token: ${{ secrets.CODECOV_TOKEN }}
183183

0 commit comments

Comments
 (0)