Skip to content

Commit

Permalink
chore(version): bump 0.4.0 to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Mar 12, 2023
1 parent dcb3463 commit 61c9a71
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.4.1
commit = True
message = chore(version): bump {current_version} to {new_version}
tag = True
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name = "filesfinder"
readme = "README.md"
repository = "https://github.com/jeertmans/filesfinder"
rust-version = "1.63.0"
version = "0.4.0"
version = "0.4.1"

[[test]]
name = "same_as_find"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Container image that runs your code
FROM ghcr.io/jeertmans/filesfinder:v0.4.0
FROM ghcr.io/jeertmans/filesfinder:v0.4.1

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ A major application to `FF` is to be used within repositories. Therefore, you ca
# Default: ${{ github.repository }}
repository: ''
- name: Find files matching "*.rs" or "*.md"
uses: jeertmans/[email protected].0
uses: jeertmans/[email protected].1
id: ff # Any id, to be used later to reference to files output
with:
# Only argument, a single string, to be passed as arguments to ff.
Expand Down

0 comments on commit 61c9a71

Please sign in to comment.