Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent cfb3010 commit abc4d67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Git Repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Set up JDK
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
with:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Build
run: ./gradlew createMojmapPaperclipJar --stacktrace
- name: Upload
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
continue-on-error: true
with:
name: Okocraft-Build-${{ github.run_number }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
latest_commit_hash: ${{ steps.latest_commit_hash.outputs.hash }}
steps:
- name: Checkout Git Repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Run check-upstream.sh
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
id: check_result
Expand All @@ -39,7 +39,7 @@ jobs:
if: ${{ startsWith(needs.check_upstream.outputs.pr_description, 'Folia Changes:') }}
steps:
- name: Checkout Git Repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Set up JDK
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
with:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
labels: ${{ steps.labels.outputs.result }}
draft: ${{ steps.apply_patches.outcome != 'success' && steps.build_jar.outcome != 'success' }}
- name: Upload jar
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
if: steps.build_jar.outcome == 'success'
continue-on-error: true
with:
Expand Down

0 comments on commit abc4d67

Please sign in to comment.