Skip to content

Commit

Permalink
docs: update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed Mar 11, 2024
1 parent 5b2a995 commit fa82cbf
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 @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
name: semver-diff
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run semver-diff
id: semver-diff
uses: tj-actions/semver-diff@v3
Expand All @@ -51,7 +51,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit fa82cbf

Please sign in to comment.