Skip to content

Commit

Permalink
Update README to use actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored and bigdaz committed Sep 21, 2023
1 parent 56b90f2 commit 342dbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -63,7 +63,7 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
```

Expand Down

0 comments on commit 342dbeb

Please sign in to comment.