Skip to content

Commit

Permalink
ci: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Samarium150 committed Feb 12, 2024
1 parent 5697179 commit d1f36c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Gradle CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Gradle CI

# Controls when the action will run.
# Controls when the action will run.
on:
# Triggers the workflow on push and pull request events but only for the master branch
push:
Expand All @@ -18,7 +18,7 @@ jobs:
build:

name: Gradle-Build

# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand All @@ -27,18 +27,18 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v4

# Setup JDK
- name: Setup Java JDK
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: 11
cache: 'gradle'

# Validate Gradle Wrapper
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v2.1.1
uses: gradle/wrapper-validation-action@v2

# Build
- name: Make gradlew executable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Checkout repository
- name: Checkout
uses: actions/checkout@v4

# Get tag version from ref
- name: Get tag version
id: vars
Expand All @@ -34,7 +34,7 @@ jobs:

# Validate Gradle Wrapper
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v2.1.1
uses: gradle/wrapper-validation-action@v2

# Build
- name: Make gradlew executable
Expand Down

0 comments on commit d1f36c7

Please sign in to comment.