Skip to content

Commit cad935c

Browse files
authored
Merge pull request #22 from playframework/v2_readme
Switch to v2 in README
2 parents ebeec94 + 9b6768e commit cad935c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
9595
secrets:
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

0 commit comments

Comments
 (0)