Skip to content

Commit 7867764

Browse files
chore(deps): update github actions
1 parent 42712d9 commit 7867764

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/actions/setup/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727

2828
- name: Enable caching for python
2929
# left out due to having their own caching: yarn, node_modules, mise
30-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
30+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
3131
with:
3232
# we cache only wheels because http cache cannot be cleaned well
3333
path: |
@@ -37,7 +37,7 @@ runs:
3737

3838
- name: Enable caching for pre-commit
3939
if: ${{ inputs.job_name == 'lint' || inputs.job_name == 'preflight' }}
40-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
40+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
4141
with:
4242
path: ~/.cache/pre-commit/
4343
key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
@@ -59,7 +59,7 @@ runs:
5959
- name: Enable caching for vscode resources
6060
if: "${{ contains(matrix.name, 'test') }}"
6161
# left out due to having their own caching: yarn, node_modules, mise
62-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
62+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
6363
with:
6464
path: |
6565
.vscode-test

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ jobs:
493493
494494
- name: Upload als test coverage data [1/5]
495495
if: ${{ always() }}
496-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
496+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
497497
with:
498498
name: als
499499
files: ./**/coverage/als/cobertura-coverage.xml
@@ -504,7 +504,7 @@ jobs:
504504

505505
- name: Upload unit test coverage data [2/5]
506506
if: ${{ always() }}
507-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
507+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
508508
with:
509509
name: unit
510510
files: ./**/coverage/unit/*cobertura-coverage.xml
@@ -515,7 +515,7 @@ jobs:
515515

516516
- name: Upload ui test coverage data [3/5]
517517
if: ${{ always() }}
518-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
518+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
519519
with:
520520
name: ui
521521
files: ./**/coverage/ui/*cobertura-coverage.xml
@@ -526,7 +526,7 @@ jobs:
526526

527527
- name: Upload e2e test coverage data [4/5]
528528
if: ${{ always() }}
529-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
529+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
530530
with:
531531
name: e2e
532532
files: ./**/coverage/e2e/*cobertura-coverage.xml
@@ -537,7 +537,7 @@ jobs:
537537

538538
- name: Upload mcp test coverage data [5/5]
539539
if: ${{ always() }}
540-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
540+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
541541
with:
542542
name: mcp
543543
files: ./**/coverage/mcp/*cobertura-coverage.xml

0 commit comments

Comments
 (0)