Skip to content

Commit

Permalink
ci(GitHub): bump gradle/actions from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 4.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3...v4)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Baseline Action committed Sep 1, 2024
1 parent 09d8477 commit 0ee94c9
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
${{ runner.os }}-kmp-
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
gradle-home-cache-cleanup: true
cache-disabled: ${{ matrix.os == 'windows' }} # super slow on Windows.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
java-version: 22

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
cache-disabled: true
cache-read-only: true
Expand Down
2 changes: 2 additions & 0 deletions fluxo-io-rad/detekt-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
<ID>ForbiddenComment:RandomAccessFileRad.kt$// TODO: Try to avoiding the excessive `filePointer` usages.</ID>
<ID>ForbiddenComment:ReflectionUtils.kt$// TODO: Complex search as for dynamic methods ?</ID>
<ID>ForbiddenComment:StreamFactoryRad.kt$// FIXME: Use own BufferedInputStream heir to gain better random access performance?</ID>
<ID>NoNameShadowing:RandomAccessDataByteBufferTest.kt$RadByteBufferAccessorTest.Companion${ it.put(BYTES).flipCompat() }</ID>
<ID>UnnecessaryAbstractClass:AbstractRandomAccessDataTest.kt$AbstractRandomAccessDataTest$AbstractRandomAccessDataTest</ID>
</CurrentIssues>
</SmellBaseline>
31 changes: 31 additions & 0 deletions fluxo-io-rad/lint-baseline.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.6.0-alpha08" type="baseline" client="gradle" dependencies="false" name="AGP (8.5.0)" variant="all" version="8.6.0-alpha08">

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.5.0 is available: 8.6.0. (There is also a newer version of 8.5.𝑥 available, if upgrading to 8.6.0 is difficult: 8.5.2)">
<location
file="$HOME/work/fluxo-io/fluxo-io/gradle/libs.versions.toml"
line="43"
column="25"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.5.0 is available: 8.6.0. (There is also a newer version of 8.5.𝑥 available, if upgrading to 8.6.0 is difficult: 8.5.2)">
<location
file="$HOME/work/fluxo-io/fluxo-io/gradle/libs.versions.toml"
line="43"
column="25"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.5.0 is available: 8.6.0. (There is also a newer version of 8.5.𝑥 available, if upgrading to 8.6.0 is difficult: 8.5.2)">
<location
file="$HOME/work/fluxo-io/fluxo-io/gradle/libs.versions.toml"
line="43"
column="25"/>
</issue>

</issues>

0 comments on commit 0ee94c9

Please sign in to comment.