Skip to content

Commit

Permalink
Merge pull request #21 from orange-cloudfoundry/renovate/actions-chec…
Browse files Browse the repository at this point in the history
…kout-4.x

Update actions/checkout action to v4
  • Loading branch information
gberche-orange authored Sep 5, 2023
2 parents c998037 + ce3b48c commit b20bcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout and download repository to workflow runner
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up docker buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit b20bcd7

Please sign in to comment.