Skip to content

Commit

Permalink
Minor action bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon committed Feb 21, 2024
1 parent 4b6ee46 commit 54f7570
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
submodules: true

- name: Version
id: version
uses: paulhatch/semantic-version@v5.0.2
uses: paulhatch/semantic-version@v5.3.0
with:
change_path: "neoforge-main"
version_format: "${major}.${minor}.${patch}.${increment}-nightly"
Expand Down
1 change: 0 additions & 1 deletion neoforge-main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ runs {
if(!System.getenv().containsKey("CI")) {
// JetBrains Runtime Hotswap
jvmArgument("-XX:+AllowEnhancedClassRedefinition")
jvmArgument("-XX:HotswapAgent=fatjar")
}

modSource(sourceSets.main.get())
Expand Down

0 comments on commit 54f7570

Please sign in to comment.