File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ RUN set -eux \
5050 chmod +x /entrypoint.sh ;\
5151 apk update --no-cache ;\
5252 apk add --no-cache \
53- bash~=5.1.4 \
54- git~=2.32.0 ;\
53+ bash~=5.1.8 \
54+ git~=2.34.1 ;\
5555 rm -rf /var/cache/* ;\
5656 rm -rf /root/.cache/*
5757
Original file line number Diff line number Diff line change 22phony : help
33
44# Release tag for the action
5- VERSION := v0.3
5+ VERSION := v0.4
66
77# GitHub Actions bogus variables
88GITHUB_REF ?= refs/heads/null
Original file line number Diff line number Diff line change 7979 run: |
8080 find . -type f -name "*" -print0 | xargs -0 sed -i "s/foo/bar/g"
8181 - name: Commit and push changes
82- uses: devops-infra/action-commit-push@v0.3
82+ uses: devops-infra/action-commit-push@v0.4
8383 with:
8484 github_token: ${{ secrets.GITHUB_TOKEN }}
8585 commit_message: Replaced foo with bar
@@ -100,7 +100,7 @@ jobs:
100100 run: |
101101 find . -type f -name "*" -print0 | xargs -0 sed -i "s/foo/bar/g"
102102 - name: Commit and push changes
103- uses: devops-infra/action-commit-push@v0.3
103+ uses: devops-infra/action-commit-push@v0.4
104104 with:
105105 github_token: ${{ secrets.GITHUB_TOKEN }}
106106 commit_prefix: "[AUTO-COMMIT] foo/bar replace"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ outputs:
3333 description : Name of the branch code was pushed into
3434runs :
3535 using : docker
36- image : docker://devopsinfra/action-commit-push:v0.3
36+ image : docker://devopsinfra/action-commit-push:v0.4
3737 env :
3838 GITHUB_TOKEN : ${{ inputs.github_token }}
3939branding :
You can’t perform that action at this time.
0 commit comments