Skip to content

Commit

Permalink
Merge pull request #60 from ClubCedille/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope authored Sep 12, 2023
2 parents ed8ca9d + d916dc6 commit ede2a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check Out Repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check Out Repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Docker Buildx
id: buildx
Expand Down

1 comment on commit ede2a29

@vercel
Copy link

@vercel vercel bot commented on ede2a29 Sep 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.