Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 1d96c77
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 22, 2024
1 parent 7f5e87f commit a60802e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
# Checkout the Code
- name: Checkout Code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
# Set up git hashes environment variables
- name: Git Hashes
uses: Im-Fran/git-hashes-action@v1.0.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-test.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
# Checkout code
- name: Checkout Code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
# Setup java and maven
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Expand Up @@ -6,5 +6,5 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- uses: gradle/wrapper-validation-action@v1

0 comments on commit a60802e

Please sign in to comment.