Skip to content

Commit

Permalink
Update actions/checkout action to v4.2.1 (#1004)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 417bb43 commit 2bf9f05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
validation:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: gradle/actions/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
with:
Expand All @@ -25,7 +25,7 @@ jobs:
check_links:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Link Checker
uses: lycheeverse/[email protected]
with:
Expand Down

0 comments on commit 2bf9f05

Please sign in to comment.