Skip to content

Commit

Permalink
Merge pull request #20 from respawn-app/dependabot/github_actions/gra…
Browse files Browse the repository at this point in the history
…dle/actions-4

Bump gradle/actions from 3 to 4
  • Loading branch information
Nek-12 authored Aug 6, 2024
2 parents cca0692 + 81cf7ed commit 8cfdeaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: 'gradle'

- name: Validate gradle wrapper
uses: gradle/actions/wrapper-validation@v3
uses: gradle/actions/wrapper-validation@v4

- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cache: 'gradle'

- name: Validate gradle wrapper
uses: gradle/actions/wrapper-validation@v3
uses: gradle/actions/wrapper-validation@v4

- name: Update docs/README.md
run: cp ./README.md ./docs/README.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cache: 'gradle'

- name: Validate gradle wrapper
uses: gradle/actions/wrapper-validation@v3
uses: gradle/actions/wrapper-validation@v4

- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down

0 comments on commit 8cfdeaa

Please sign in to comment.