Skip to content

Commit

Permalink
Merge pull request #78 from laminas/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
Xerkus committed Oct 24, 2023
2 parents e4bfbff + b8d5362 commit d4b1240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name: Build and run docker compose file
run: |
Expand Down

0 comments on commit d4b1240

Please sign in to comment.