Daniel Gibbs
1 year ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
2 changed files with
2 additions and
2 deletions
-
.github/workflows/dockerhub-description.yml
-
.github/workflows/update-copyright-years-in-license-file.yml
|
|
@ -15,7 +15,7 @@ jobs: |
|
|
|
uses: actions/checkout@v4 |
|
|
|
|
|
|
|
- name: Docker Hub Description |
|
|
|
uses: peter-evans/dockerhub-description@v3 |
|
|
|
uses: peter-evans/dockerhub-description@v4 |
|
|
|
with: |
|
|
|
username: ${{ secrets.DOCKER_HUB_USERNAME }} |
|
|
|
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} |
|
|
|
|
|
@ -9,7 +9,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Checkout |
|
|
|
uses: actions/checkout@v3 |
|
|
|
uses: actions/checkout@v4 |
|
|
|
with: |
|
|
|
fetch-depth: 0 |
|
|
|
- name: Action Update License Year |
|
|
|