Skip to content

Commit

Permalink
docs(README): Bump checkout action version
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Feb 7, 2024
1 parent be654fd commit 07677b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -179,7 +179,7 @@ In CI you might not want to pull extra changes before tagging e.g. if running a

```yaml
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -238,7 +238,7 @@ To make full use of the Deploy Key, you must set the value of github-token input

```yaml
- name: Checkout GitHub Action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_DEPLOY_KEY }}
- name: Conventional Changelog Action
Expand Down

0 comments on commit 07677b3

Please sign in to comment.