Skip to content

Commit 185c0e5

Browse files
chore: [DevOps] bump the github-actions group with 3 updates (#206)
Bumps the github-actions group with 3 updates: [fsfe/reuse-action](https://github.com/fsfe/reuse-action), [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) and [actions/cache](https://github.com/actions/cache). Updates `fsfe/reuse-action` from 4 to 5 - [Release notes](https://github.com/fsfe/reuse-action/releases) - [Commits](fsfe/reuse-action@v4...v5) Updates `slackapi/slack-github-action` from 1.27.0 to 2.0.0 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v1.27.0...v2.0.0) Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: fsfe/reuse-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd821c6 commit 185c0e5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache: 'maven'
3333

3434
- name: "REUSE Compliance Check"
35-
uses: fsfe/reuse-action@v4
35+
uses: fsfe/reuse-action@v5
3636

3737
- name: "Format code"
3838
run: |
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: "Slack Notification"
7474
if: ${{ github.ref == 'refs/heads/main' && failure() }}
75-
uses: slackapi/slack-github-action@v1.27.0
75+
uses: slackapi/slack-github-action@v2.0.0
7676
with:
7777
payload: |
7878
{

.github/workflows/dependency-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: "Cache build"
5454
id: cache-build
55-
uses: actions/cache@v3
55+
uses: actions/cache@v4
5656
with:
5757
path: |
5858
~/.m2/repository
@@ -87,7 +87,7 @@ jobs:
8787
cache: 'maven'
8888

8989
- name: "Restore build cache"
90-
uses: actions/cache@v3
90+
uses: actions/cache@v4
9191
with:
9292
path: |
9393
~/.m2/repository

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: "Slack Notification"
7171
if: failure()
72-
uses: slackapi/slack-github-action@v1.27.0
72+
uses: slackapi/slack-github-action@v2.0.0
7373
with:
7474
payload: |
7575
{

.github/workflows/fosstars-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: "Slack Notification"
7070
if: failure()
71-
uses: slackapi/slack-github-action@v1.27.0
71+
uses: slackapi/slack-github-action@v2.0.0
7272
with:
7373
payload: |
7474
{

0 commit comments

Comments
 (0)