Skip to content

Commit

Permalink
Bump deps (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
osfanbuff63 authored Nov 17, 2022
1 parent b276093 commit f892d0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: validate gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: setup jdk ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: ${{ matrix.java }}
- name: make gradle wrapper executable
if: ${{ runner.os != 'Windows' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitlabsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wangchucheng/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ archives_base_name=NoChatReports-FABRIC

# Dependencies
fabric_version=0.66.4+1.19.3
mod_menu_version=5.0.0-alpha.1
mod_menu_version=5.0.0-alpha.3
cloth_config_version=9.0.92

# Publishing
Expand Down

0 comments on commit f892d0c

Please sign in to comment.