Skip to content

Commit

Permalink
update actions/checkout to resolve deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyaDaleh committed Jun 3, 2023
1 parent e3bbd1f commit 256c301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
java-version: '8'
Expand Down

0 comments on commit 256c301

Please sign in to comment.