Skip to content

Commit 1817d09

Browse files
Bump the github-dependencies group across 1 directory with 3 updates
Bumps the github-dependencies group with 3 updates in the / directory: [actions/labeler](https://github.com/actions/labeler), [actions/cache](https://github.com/actions/cache) and [super-linter/super-linter](https://github.com/super-linter/super-linter). Updates `actions/labeler` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@634933e...f27b608) Updates `actions/cache` from 5.0.3 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@cdf6c1f...27d5ce7) Updates `super-linter/super-linter` from 8.5.0 to 8.6.0 - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](super-linter/super-linter@61abc07...9e86335) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: super-linter/super-linter dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4d467d commit 1817d09

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: 📃 Pull Request Labeler
19-
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b
19+
uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213
2020
with:
2121
repo-token: '${{ secrets.GITHUB_TOKEN }}'
2222
configuration-path: '.github/labeler.yml'

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> "$GITHUB_ENV"
2727

2828
- name: 🥡 Cache pre-commit
29-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
29+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
3030
with:
3131
path: ~/.cache/pre-commit
3232
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
fetch-depth: 0 # super-linter needs the full git history for file changes across commits
2727

2828
- name: Super-Linter
29-
uses: super-linter/super-linter@61abc07d755095a68f4987d1c2c3d1d64408f1f9
29+
uses: super-linter/super-linter@9e863354e3ff62e0727d37183162c4a88873df41
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # To report GitHub Actions status checks

0 commit comments

Comments
 (0)