Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
chore: upgrade Spotless to 6.5.0, upgrade actions/checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Apr 23, 2022
1 parent 922dc75 commit 39fe841
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Sentry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Create Sentry release
uses: getsentry/action-release@v1
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/Shortlinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@

name: Update Shortlinks
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
shortlinks:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Update shortlinks
uses: NinoDiscord/actions@master
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repositories {

dependencies {
implementation("org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.17.2")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.4.2")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.5.0")
implementation("io.kotest:kotest-gradle-plugin:0.3.9")
implementation("gay.floof.utils:gradle-utils:1.3.0")
implementation(kotlin("gradle-plugin", version = "1.6.21"))
Expand Down

0 comments on commit 39fe841

Please sign in to comment.