Skip to content

Commit

Permalink
Upgraded checkout and docker login actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lueschem committed Feb 2, 2024
1 parent 0e57fa9 commit f08bfc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
repository_type: launchpad
steps:
- name: Check out the source code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Create secrets folder.
Expand All @@ -44,7 +44,7 @@ jobs:
LAUNCHPAD_SIGNING_KEY_PASSPHRASE_BASE64: ${{ secrets.LAUNCHPAD_SIGNING_KEY_PASSPHRASE_BASE64 }}
if: matrix.repository_type == 'launchpad'
- name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit f08bfc4

Please sign in to comment.