diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index b74d0714..d4c05fd3 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -10,12 +10,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: set up JDK 18 - uses: actions/setup-java@v1 + uses: actions/setup-java@v5 with: java-version: 18 + distribution: temurin - name: Make gradlew executable run: chmod +x ./gradlew @@ -23,16 +24,16 @@ jobs: - name: Detekt run: ./gradlew detektAll - - name: Set up Ruby 2.6 + - name: Set up Ruby 3.3 uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6.0 + ruby-version: '3.3' - name: Install dependencies run: bundle install - name: Fastlane Action - uses: maierj/fastlane-action@v1.4.0 + uses: maierj/fastlane-action@v3.1.0 with: lane: test - name: Build and Tests diff --git a/Gemfile.lock b/Gemfile.lock index 00aee095..b198bc31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,8 +2,8 @@ GEM remote: https://rubygems.org/ specs: CFPropertyList (3.0.3) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) atomos (0.1.3) aws-eventstream (1.1.0) aws-partitions (1.413.0) @@ -126,7 +126,7 @@ GEM naturally (2.2.0) os (1.1.1) plist (3.5.0) - public_suffix (4.0.6) + public_suffix (7.0.5) rake (13.0.3) representable (3.0.4) declarative (< 0.1.0)