Skip to content

Commit

Permalink
Switch to v2 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed May 5, 2022
1 parent ebeec94 commit 9b6768e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ This workflow is used for publishing snapshots artifacts to [Sonatype Snapshots]
**How to use**:

```yaml
uses: playframework/.github/.github/workflows/publish.yml@v1
uses: playframework/.github/.github/workflows/publish.yml@v2
secrets:
username: ${{ secrets.SONATYPE_USERNAME }}
password: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down Expand Up @@ -123,7 +123,7 @@ This workflow is used for validate binary compatibility the current version.
**How to use**:

```yaml
uses: playframework/.github/.github/workflows/binary-check.yml@v1
uses: playframework/.github/.github/workflows/binary-check.yml@v2
```

### Mark Pull Request as Ready To Merge
Expand All @@ -146,7 +146,7 @@ needs: # Should be latest
- "check-code-style"
- "..."
- "tests"
uses: playframework/.github/.github/workflows/rtm.yml@v1
uses: playframework/.github/.github/workflows/rtm.yml@v2
```

### Clear Cache
Expand All @@ -165,7 +165,7 @@ This workflow is used for clearing cache. Run this workflow manually from _Actio
**How to use**:

```yaml
uses: playframework/.github/.github/workflows/trigger-cache-invalidation.yml@v1
uses: playframework/.github/.github/workflows/trigger-cache-invalidation.yml@v2
```

## GitHub Actions Starter workflows
Expand Down

0 comments on commit 9b6768e

Please sign in to comment.