Skip to content

Commit

Permalink
Merge pull request #160 from starkej2/patch-1
Browse files Browse the repository at this point in the history
Update version in readme from v4 to v5
  • Loading branch information
jidicula committed Mar 6, 2024
2 parents f2ce327 + df7af96 commit 68fef8e
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
# Usage

```yaml
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
# Can be a single package version id, or a comma separated list of package version ids.
# Defaults to an empty string.
Expand Down Expand Up @@ -118,7 +118,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
Delete all pre-release package versions except latest 10

```yaml
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
package-name: 'test-package'
package-type: 'npm'
Expand All @@ -132,7 +132,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
Delete all pre-release package versions except latest 10 from a repo not having access to package

```yaml
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
owner: 'github'
package-name: 'test-package'
Expand All @@ -153,7 +153,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
Delete all untagged versions except latest 10

```yaml
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
package-name: 'test-package'
package-type: 'container'
Expand All @@ -172,7 +172,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
Delete all except latest 3 package versions excluding major versions as per semver

```yaml
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
package-name: 'test-package'
package-type: 'npm'
Expand All @@ -189,7 +189,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
Delete all except latest 3 package versions excluding major versions as per semver from a repo not having access to package

```yaml
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
owner: 'github'
package-name: 'test-package'
Expand All @@ -212,7 +212,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
Delete 3 oldest versions excluding major versions as per semver

```yaml
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
package-name: 'test-package'
package-type: 'npm'
Expand All @@ -229,7 +229,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
Delete 3 oldest versions excluding major versions as per semver from a repo not having access to package

```yaml
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
owner: 'github'
package-name: 'test-package'
Expand All @@ -250,7 +250,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
Delete all except latest 2 versions of a package hosted

```yaml
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
package-name: 'test-package'
package-type: 'npm'
Expand All @@ -266,7 +266,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
Delete all except latest 2 versions of a package hosted from a repo not having access to package

```yaml
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
owner: 'github'
package-name: 'test-package'
Expand All @@ -286,7 +286,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
Delete the oldest 3 version of a package hosted

```yaml
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
package-name: 'test-package'
package-type: 'npm'
Expand All @@ -302,7 +302,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
Delete the oldest 3 version of a package hosted from a repo not having access to package

```yaml
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
owner: 'github'
package-name: 'test-package'
Expand All @@ -320,7 +320,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
__Example__

```yaml
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
package-name: 'test-package'
package-type: 'npm'
Expand All @@ -331,7 +331,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
__Example__

```yaml
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
owner: 'github'
package-name: 'test-package'
Expand All @@ -350,7 +350,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
__Example__

```yaml
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
package-version-ids: 'MDE0OlBhY2thZ2VWZXJzaW9uOTcyMDY3'
package-name: 'test-package'
Expand All @@ -364,7 +364,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
__Example__

```yaml
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
package-version-ids: 'MDE0OlBhY2thZ2VWZXJzaW9uOTcyMDY3'
package-name: 'test-package'
Expand All @@ -383,7 +383,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
__Example__

```yaml
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
package-version-ids: 'MDE0OlBhY2thZ2VWZXJzaW9uOTcyMDY3, MDE0OlBhY2thZ2VWZXJzaW9uOTcyMzQ5, MDE0OlBhY2thZ2VWZXJzaW9uOTcyMzUw'
package-name: 'test-package'
Expand All @@ -397,7 +397,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
__Example__

```yaml
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
package-version-ids: 'MDE0OlBhY2thZ2VWZXJzaW9uOTcyMDY3, MDE0OlBhY2thZ2VWZXJzaW9uOTcyMzQ5, MDE0OlBhY2thZ2VWZXJzaW9uOTcyMzUw'
package-name: 'test-package'
Expand Down

0 comments on commit 68fef8e

Please sign in to comment.