Skip to content

Commit

Permalink
Update checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pschork committed Jun 14, 2024
1 parent 8c82532 commit 685d0c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 685d0c7

Please sign in to comment.