We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6738f8a + a9943db commit 91368d4Copy full SHA for 91368d4
.github/workflows/SpellCheck.yml
@@ -10,4 +10,4 @@ jobs:
10
- name: Checkout Actions Repository
11
uses: actions/checkout@v6
12
- name: Check spelling
13
- uses: crate-ci/typos@v1.40.0
+ uses: crate-ci/typos@v1.41.0
.github/workflows/UnitTests.yml
@@ -47,7 +47,7 @@ jobs:
47
with:
48
version: ${{ matrix.version }}
49
arch: ${{ matrix.arch }}
50
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
51
env:
52
cache-name: cache-artifacts
53
0 commit comments