Skip to content

Commit

Permalink
Merge pull request #31 from UltraCosmetics/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4.1.3

Bump actions/checkout from 4.1.2 to 4.1.3
  • Loading branch information
BySwiizen authored Apr 22, 2024
2 parents a84db07 + 8bc76f9 commit 455d4db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/[email protected].2 # https://github.com/actions/checkout/releases
uses: actions/[email protected].3 # https://github.com/actions/checkout/releases
- name: Set up JDK 8
uses: actions/[email protected] # https://github.com/actions/setup-java/releases
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
# https://github.com/actions/checkout
- name: Check out Git repository
uses: actions/[email protected].2
uses: actions/[email protected].3

# https://github.com/gradle/wrapper-validation-action
- name: Wrapper Validation
Expand Down

0 comments on commit 455d4db

Please sign in to comment.