Skip to content

Commit

Permalink
Update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarr committed Feb 3, 2024
1 parent b9b5ea9 commit cd1afbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Secrets are automatically filtered in the Actions logs.

## Usage instructions

Add a step with `- uses: hmarr/debug-action@v2` to a workflow file. Here's an example of a complete workflow file:
Add a step with `- uses: hmarr/debug-action@v3` to a workflow file. Here's an example of a complete workflow file:

```yaml
name: Debug
Expand All @@ -21,7 +21,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2
- uses: hmarr/debug-action@v3
```
Expand Down Expand Up @@ -78,5 +78,5 @@ That example is truncated a bit, but you get the idea.
## Development and release process

Each major version corresponds to a branch (e.g. `v1`, `v2`). The latest major
version (`v2` at the time of writing) is the repository's default branch.
version (`v3` at the time of writing) is the repository's default branch.
Releases are tagged with semver-style version numbers (e.g. `v1.2.3`).

0 comments on commit cd1afbd

Please sign in to comment.