File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ This workflow is used for publishing snapshots artifacts to [Sonatype Snapshots]
9191**How to use**:
9292
9393` ` ` yaml
94- uses: playframework/.github/.github/workflows/publish.yml@v1
94+ uses: playframework/.github/.github/workflows/publish.yml@v2
9595secrets:
9696 username: ${{ secrets.SONATYPE_USERNAME }}
9797 password: ${{ secrets.SONATYPE_PASSWORD }}
@@ -123,7 +123,7 @@ This workflow is used for validate binary compatibility the current version.
123123**How to use**:
124124
125125` ` ` yaml
126- uses: playframework/.github/.github/workflows/binary-check.yml@v1
126+ uses: playframework/.github/.github/workflows/binary-check.yml@v2
127127` ` `
128128
129129# ## Mark Pull Request as Ready To Merge
@@ -146,7 +146,7 @@ needs: # Should be latest
146146 - "check-code-style"
147147 - "..."
148148 - "tests"
149- uses: playframework/.github/.github/workflows/rtm.yml@v1
149+ uses: playframework/.github/.github/workflows/rtm.yml@v2
150150` ` `
151151
152152# ## Clear Cache
@@ -165,7 +165,7 @@ This workflow is used for clearing cache. Run this workflow manually from _Actio
165165**How to use**:
166166
167167` ` ` yaml
168- uses: playframework/.github/.github/workflows/trigger-cache-invalidation.yml@v1
168+ uses: playframework/.github/.github/workflows/trigger-cache-invalidation.yml@v2
169169` ` `
170170
171171# # GitHub Actions Starter workflows
You can’t perform that action at this time.
0 commit comments