Skip to content

Commit

Permalink
⬆️ pin versions of actions specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandens committed Oct 31, 2023
1 parent 084bbd4 commit 8cd9ee9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
name: "Javaagent Gradle Plugin Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4.1.1
- uses: actions/setup-java@v3.13.0
with:
distribution: temurin
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.9.0
with:
cache-read-only: ${{ github.ref != 'refs/heads/main' }}

Expand Down

0 comments on commit 8cd9ee9

Please sign in to comment.