Skip to content

Commit 8b2b200

Browse files
Bump the github-actions group across 1 directory with 4 updates (#196)
Bumps the github-actions group with 4 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/create-github-app-token](https://github.com/actions/create-github-app-token), [actions/download-artifact](https://github.com/actions/download-artifact) and [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/create-github-app-token` from 2.1.1 to 2.1.4 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2.1.1...v2.1.4) Updates `actions/download-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5.0.0...v6.0.0) Updates `peter-evans/repository-dispatch` from 3 to 4 - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](peter-evans/repository-dispatch@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/create-github-app-token dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peter-evans/repository-dispatch dependency-version: '4' 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 0af4806 commit 8b2b200

19 files changed

+20
-20
lines changed

.github/workflows/create-tag-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Upload Binaries
7070
if: ${{ env.BIN_NAME != '' }}
71-
uses: actions/upload-artifact@v4.6.1
71+
uses: actions/upload-artifact@v5
7272
env:
7373
BIN_NAME: ${{ env.BIN_NAME }}
7474
with:

.github/workflows/csm-versions-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Needed for signing commits using Github App tokens
4141
# See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing
4242
- name: Generate GitHub App Token
43-
uses: actions/[email protected].1
43+
uses: actions/[email protected].4
4444
id: generate-token
4545
with:
4646
app-id: ${{ vars.CSM_RELEASE_APP_ID }}

.github/workflows/go-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: Upload coverprofile
7777
if: ${{ !cancelled() }}
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v5
7979
with:
8080
name: code-coverage
8181
path: ${{ steps.test_coverage.outputs.code_coverage_artifact }}

.github/workflows/go-version-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
# Needed for signing commits using Github App tokens
7979
# See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing
80-
- uses: actions/[email protected].1
80+
- uses: actions/[email protected].4
8181
id: generate-token
8282
with:
8383
app-id: ${{ vars.CSM_RELEASE_APP_ID }}

.github/workflows/image-version-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
108108
# Needed for signing commits using Github App tokens
109109
# See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing
110-
- uses: actions/[email protected].1
110+
- uses: actions/[email protected].4
111111
id: generate-token
112112
with:
113113
app-id: ${{ vars.CSM_RELEASE_APP_ID }}

.github/workflows/operator-driver-version-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# Needed for signing commits using Github App tokens
100100
# See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing
101101
- name: Generate GitHub App Token
102-
uses: actions/[email protected].1
102+
uses: actions/[email protected].4
103103
id: generate-token
104104
with:
105105
app-id: ${{ vars.CSM_RELEASE_APP_ID }}

.github/workflows/operator-module-version-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
# Needed for signing commits using Github App tokens
106106
# See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing
107107
- name: Generate GitHub App Token
108-
uses: actions/[email protected].1
108+
uses: actions/[email protected].4
109109
id: generate-token
110110
with:
111111
app-id: ${{ vars.CSM_RELEASE_APP_ID }}

.github/workflows/operator-version-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# Needed for signing commits using Github App tokens
7676
# See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing
7777
- name: Generate GitHub App Token
78-
uses: actions/[email protected].1
78+
uses: actions/[email protected].4
7979
id: generate-token
8080
with:
8181
app-id: ${{ vars.CSM_RELEASE_APP_ID }}

.github/workflows/release-creator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
git push origin $REL_VERSION
106106
107107
- name: Download binary
108-
uses: actions/download-artifact@v5.0.0
108+
uses: actions/download-artifact@v6.0.0
109109

110110
# This is required to check if the binary exists and update its name to the release.
111111
- name: Set file name

.github/workflows/sidecar-version-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Needed for signing commits using Github App tokens
6464
# See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing
6565
- name: Generate GitHub App Token
66-
uses: actions/[email protected].1
66+
uses: actions/[email protected].4
6767
id: generate-token
6868
with:
6969
app-id: ${{ vars.CSM_RELEASE_APP_ID }}

0 commit comments

Comments
 (0)