Skip to content

Commit 5417963

Browse files
committed
chore(version): bump 0.3.8 to 0.4.0
1 parent a2c12cd commit 5417963

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.8
2+
current_version = 0.4.0
33
commit = True
44
message = chore(version): bump {current_version} to {new_version}
55
tag = True

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "filesfinder"
2020
readme = "README.md"
2121
repository = "https://github.com/jeertmans/filesfinder"
2222
rust-version = "1.63.0"
23-
version = "0.3.8"
23+
version = "0.4.0"
2424

2525
[[test]]
2626
name = "same_as_find"

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Container image that runs your code
2-
FROM ghcr.io/jeertmans/filesfinder:v0.3.8
2+
FROM ghcr.io/jeertmans/filesfinder:v0.4.0
33

44
# Copies your code file from your action repository to the filesystem path `/` of the container
55
COPY entrypoint.sh /entrypoint.sh

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ A major application to `FF` is to be used within repositories. Therefore, you ca
116116
# Default: ${{ github.repository }}
117117
repository: ''
118118
- name: Find files matching "*.rs" or "*.md"
119-
uses: jeertmans/filesfinder@v0.3.8
119+
uses: jeertmans/filesfinder@v0.4.0
120120
id: ff # Any id, to be used later to reference to files output
121121
with:
122122
# Only argument, a single string, to be passed as arguments to ff.

0 commit comments

Comments
 (0)