Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Update sbt-github-actions to 0.14.2 #366

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3fd0069
Update sbt-github-actions to 0.14.2
scala-steward Dec 2, 2021
475ad7c
Revert commit(s) 3fd0069
scala-steward May 21, 2022
f5ce965
Merge branch 'main' into update/sbt-github-actions-0.14.2
scala-steward May 21, 2022
c6462f7
Update sbt-github-actions to 0.14.2
scala-steward May 21, 2022
26c897a
Revert commit(s) c6462f7
scala-steward Aug 11, 2022
b230cf6
Merge branch 'main' into update/sbt-github-actions-0.14.2
scala-steward Aug 11, 2022
d7e6098
Update sbt-github-actions to 0.14.2
scala-steward Aug 11, 2022
a12625f
Revert commit(s) d7e6098
scala-steward Aug 18, 2022
6d7a5bb
Merge branch 'main' into update/sbt-github-actions-0.14.2
scala-steward Aug 18, 2022
737b2f8
Update sbt-github-actions to 0.14.2
scala-steward Aug 18, 2022
c404a75
Revert commit(s) 737b2f8
scala-steward Jan 19, 2023
e4f2800
Merge branch 'main' into update/sbt-github-actions-0.14.2
scala-steward Jan 19, 2023
9d573bb
Update sbt-github-actions to 0.14.2
scala-steward Jan 19, 2023
9c71b6e
Revert commit(s) 9d573bb
scala-steward Jan 21, 2023
76cb1f7
Merge branch 'main' into update/sbt-github-actions-0.14.2
scala-steward Jan 21, 2023
b074ab7
Update sbt-github-actions to 0.14.2
scala-steward Jan 21, 2023
66829c1
Revert commit(s) b074ab7
scala-steward Feb 14, 2023
275692e
Merge branch 'main' into update/sbt-github-actions-0.14.2
scala-steward Feb 14, 2023
8cb709b
Update sbt-github-actions to 0.14.2
scala-steward Feb 14, 2023
96824e9
Revert commit(s) 8cb709b
scala-steward Feb 16, 2023
52c33f7
Merge branch 'main' into update/sbt-github-actions-0.14.2
scala-steward Feb 16, 2023
2245cf8
Update sbt-github-actions to 0.14.2
scala-steward Feb 16, 2023
9c3bc41
Revert commit(s) 2245cf8
scala-steward Feb 26, 2023
3b0e7da
Merge branch 'main' into update/sbt-github-actions-0.14.2
scala-steward Feb 26, 2023
7fa93cc
Update sbt-github-actions to 0.14.2
scala-steward Feb 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.22")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.13.0")
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.3")
Expand Down