Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 1ca5b4e

Browse files
authored
Merge pull request #108 from open-component-model/dependabot/github_actions/ci-1bbee16020
chore(deps): bump the ci group with 2 updates
2 parents 6e2ec20 + 11bb2ee commit 1ca5b4e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/blackduck_scan_scheduled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Set up Java 17
17-
uses: actions/setup-java@v3
17+
uses: actions/setup-java@v4
1818
with:
1919
java-version: '17'
2020
distribution: 'temurin'

.github/workflows/check-manifest-generation-diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
make manifests && make generate
1818
- name: Setup Go
19-
uses: actions/setup-go@v4
19+
uses: actions/setup-go@v5
2020
with:
2121
go-version-file: '${{ github.workspace }}/go.mod'
2222
- name: Restore Go cache

.github/workflows/mend_scan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
uses: actions/checkout@v4
3535

3636
- name: Set up Java 17
37-
uses: actions/setup-java@v3
37+
uses: actions/setup-java@v4
3838
with:
3939
java-version: '17'
4040
distribution: 'temurin'
4141

4242
- name: Setup Go
43-
uses: actions/setup-go@v4
43+
uses: actions/setup-go@v5
4444
with:
4545
go-version-file: '${{ github.workspace }}/go.mod'
4646

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
fetch-depth: 0
4040
- name: Setup Go
41-
uses: actions/setup-go@v4
41+
uses: actions/setup-go@v5
4242
with:
4343
go-version-file: '${{ github.workspace }}/go.mod'
4444
- name: Cache go-build and mod

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424
- name: Setup Go
25-
uses: actions/setup-go@v4
25+
uses: actions/setup-go@v5
2626
with:
2727
go-version-file: '${{ github.workspace }}/go.mod'
2828
- name: Restore Go cache

0 commit comments

Comments
 (0)