Skip to content

Commit

Permalink
Update GiHub Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneuhaus committed Jul 5, 2024
1 parent 75c3ab7 commit e131e04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build Docker image
run: docker build -t stefanneuhaus/dependencycheck-central-mysql:latest .
Expand All @@ -23,7 +23,7 @@ jobs:
docker push stefanneuhaus/dependencycheck-central-mysql:latest
- name: Update DockerHub Description
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: stefanneuhaus
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-releases-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/github-script@v5
- uses: actions/github-script@v7
id: determine-tag
with:
script: |
Expand Down

0 comments on commit e131e04

Please sign in to comment.