Skip to content

Commit 67c6585

Browse files
GH Actions: Bump the action-runners group with 3 updates
Bumps the action-runners group with 3 updates: [actions/cache](https://github.com/actions/cache), [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) Updates `streetsidesoftware/cspell-action` from 8.3.0 to 8.4.0 - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](streetsidesoftware/cspell-action@9cd41bb...de2a73e) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners - dependency-name: streetsidesoftware/cspell-action dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5c65c5f commit 67c6585

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/basic-qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
persist-credentials: false
3636

3737
- name: Restore lychee cache
38-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
38+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3939
with:
4040
path: .lycheecache
4141
key: cache-lychee-${{ github.sha }}
@@ -64,7 +64,7 @@ jobs:
6464
persist-credentials: false
6565

6666
- name: Spellcheck
67-
uses: streetsidesoftware/cspell-action@9cd41bb518a24fefdafd9880cbab8f0ceba04d28 # v8.3.0
67+
uses: streetsidesoftware/cspell-action@de2a73e963e7443969755b648a1008f77033c5b2 # v8.4.0
6868
with:
6969
# Define glob patterns to filter the files to be checked. Use a new line between patterns to define multiple patterns.
7070
files: '**/*.md'

.github/workflows/publish-wiki.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: "[PR only] Upload the preprocessed wiki files as an artifact"
122122
if: ${{ github.event_name == 'pull_request' }}
123123
id: artifact
124-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
124+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
125125
with:
126126
name: wiki-files
127127
path: ./_wiki
@@ -177,7 +177,7 @@ jobs:
177177

178178
- name: Upload PR info as artifact
179179
if: ${{ github.event_name == 'pull_request' }}
180-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
180+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
181181
with:
182182
name: pr_info
183183
path: pr/

0 commit comments

Comments
 (0)