Skip to content

Commit

Permalink
Update dependencies and pin Github Actions commits
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Gunnerson <[email protected]>
  • Loading branch information
chenxiaolong committed Jan 1, 2025
1 parent 6b228c8 commit 71d17e1
Show file tree
Hide file tree
Showing 6 changed files with 538 additions and 517 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
on:
push:
branches:
Expand All @@ -10,15 +9,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0

- name: Validate gradle wrapper checksum
uses: gradle/actions/wrapper-validation@v3
uses: gradle/actions/wrapper-validation@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2

- name: Set up JDK 21
uses: actions/setup-java@v4
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
with:
distribution: 'temurin'
java-version: 21
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
on:
push:
# Uncomment to test against a branch
Expand All @@ -24,10 +23,10 @@ jobs:
echo "version=${version}" >> "${GITHUB_OUTPUT}"
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Create release
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
with:
tag_name: v${{ steps.get_version.outputs.version }}
name: Version ${{ steps.get_version.outputs.version }}
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
android-gradle-plugin = "8.6.1"
android-gradle-plugin = "8.7.3"
androidx-activity = "1.9.3"
androidx-appcompat = "1.7.0"
androidx-core = "1.15.0"
androidx-documentfile = "1.0.1"
androidx-fragment = "1.8.5"
androidx-preference = "1.2.1"
androidx-recyclerview = "1.3.2"
jgit = "7.0.0.202409031743-r"
jgit = "7.1.0.202411261347-r"
json = "20240303"
junit = "1.2.1"
kotlin = "2.0.21"
kotlin = "2.1.0"
kotlinx-serialization = "1.7.3"
kudzu = "5.3.0"
material = "1.12.0"
Expand Down
Loading

0 comments on commit 71d17e1

Please sign in to comment.