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 Jan 11, 2024
1 parent 5dd9922 commit ac4d06e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,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 @@ -237,7 +237,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 ac4d06e

Please sign in to comment.