Skip to content

Commit

Permalink
Merge pull request #283 from scala-steward/update/sbt-github-actions-…
Browse files Browse the repository at this point in the history
…0.18.0

Update sbt-github-actions to 0.18.0
  • Loading branch information
fthomas authored Oct 17, 2023
2 parents de292a0 + 466e5c6 commit ef4ad9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Delete artifacts
shell: bash {0}
run: |
# Customize those three lines with your repository and credentials:
REPO=${GITHUB_API_URL}/repos/${{ github.repository }}
Expand All @@ -25,7 +26,7 @@ jobs:
ghapi() { curl --silent --location --user _:$GITHUB_TOKEN "$@"; }
# A temporary file which receives HTTP response headers.
TMPFILE=/tmp/tmp.$$
TMPFILE=$(mktemp)
# An associative array, key: artifact name, value: number of artifacts of that name.
declare -A ARTCOUNT
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.17.0")
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.18.0")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

Expand Down

0 comments on commit ef4ad9c

Please sign in to comment.