Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
Update to checkout@v4
  • Loading branch information
DrRSatzteil authored May 6, 2024
1 parent 8431768 commit 6175fa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: actions/checkout@v4
- name: Docker login
env:
DOCKER_USER: ${{secrets.DOCKER_USER}}
Expand Down

0 comments on commit 6175fa8

Please sign in to comment.