Skip to content

Commit

Permalink
Merge pull request #9 from ePages-de/update-actions-to-newer-versions
Browse files Browse the repository at this point in the history
EPNG-11279: Update outdated github actions
  • Loading branch information
eprschmidt authored Jun 3, 2024
2 parents cab13b7 + 2eb0d2a commit 3d757f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
paths:
- 'package-action/**'
- '.github/workflows/package-docker-image.yaml'

jobs:
build-docker-image:
name: Build and push docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: docker/login-action@v2
with:
username: ${{ secrets.BYD_DOCKERHUB_USER }}
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ outputs:
runs:
using: 'composite'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Download generated messaging helm values ⬇️
if: ${{ inputs.has-messaging == 'true' }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: message-artifact-values
path: build/message-artifacts-helm
Expand Down

0 comments on commit 3d757f8

Please sign in to comment.