Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov committed Feb 12, 2025
1 parent 965af84 commit 8e9ada1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build image
run: docker build -t sample:latest .
- name: Dive
uses: MaxymVlasov/dive-action@v1.2.1
uses: MaxymVlasov/dive-action@v1.3.0
with:
image: sample:latest
config-file: ${{ github.workspace }}/.dive-ci.yml
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dive-action",
"version": "1.2.1",
"version": "1.3.0",
"description": "[![Release][release-badge]][release] [![GitHub Marketplace][marketplace-badge]][marketplace] [![License][license-badge]][license]",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit 8e9ada1

Please sign in to comment.