Skip to content

Commit d7eaecc

Browse files
chore(bot): Update GitHub Actions
1 parent d13c091 commit d7eaecc

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
env:
144144
TAG: ${{ github.ref_name }}
145145
steps:
146-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
146+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
147147
with:
148148
persist-credentials: false
149149
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
matrix: ${{ env.MATRIX }}
5757
matrix_option: ${{ env.MATRIX_OPTION }}
5858
steps:
59-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
59+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6060
if: github.event_name != 'pull_request'
6161
with:
6262
persist-credentials: false
@@ -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 # v6.0.2
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 # v6.0.2
181181
with:
182182
token: ${{ secrets.CODECOV_TOKEN }}
183183

.github/workflows/zizmor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
security-events: write # OK
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424
with:
2525
persist-credentials: false
2626
- name: Run zizmor

0 commit comments

Comments
 (0)