Skip to content

Commit

Permalink
ci/cd(deps): bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Sep 22, 2023
1 parent 12c442a commit 441dd5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with: { fetch-depth: 0 }

- name: Deploy to the cloud
Expand All @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with: { fetch-depth: 0 }

- name: Send notification
Expand Down

0 comments on commit 441dd5c

Please sign in to comment.