Skip to content

Commit 3d757f8

Browse files
authored
Merge pull request #9 from ePages-de/update-actions-to-newer-versions
EPNG-11279: Update outdated github actions
2 parents cab13b7 + 2eb0d2a commit 3d757f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/package-docker-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
paths:
77
- 'package-action/**'
88
- '.github/workflows/package-docker-image.yaml'
9-
9+
1010
jobs:
1111
build-docker-image:
1212
name: Build and push docker image
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- uses: docker/login-action@v2
1717
with:
1818
username: ${{ secrets.BYD_DOCKERHUB_USER }}

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ outputs:
3131
runs:
3232
using: 'composite'
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
- name: Download generated messaging helm values ⬇️
3636
if: ${{ inputs.has-messaging == 'true' }}
37-
uses: actions/download-artifact@v3
37+
uses: actions/download-artifact@v4
3838
with:
3939
name: message-artifact-values
4040
path: build/message-artifacts-helm

0 commit comments

Comments
 (0)