Merge pull request #565 from Romanitho/dependabot/github_actions/DamianReeves/write-file-action-1.3
Bump DamianReeves/write-file-action from 1.2 to 1.3pull/569/head
commit
73e792662b
|
@ -66,7 +66,7 @@ jobs:
|
||||||
echo "Next Release version: ${{ steps.versioning.outputs.version }}"
|
echo "Next Release version: ${{ steps.versioning.outputs.version }}"
|
||||||
|
|
||||||
- name: Overwrite Version.txt file
|
- name: Overwrite Version.txt file
|
||||||
uses: DamianReeves/write-file-action@0a7fcbe1960c53fc08fe789fa4850d24885f4d84 # v1.2
|
uses: DamianReeves/write-file-action@6929a9a6d1807689191dcc8bbe62b54d70a32b42 # v1.3
|
||||||
with:
|
with:
|
||||||
path: Sources/WAU/Winget-AutoUpdate/Version.txt
|
path: Sources/WAU/Winget-AutoUpdate/Version.txt
|
||||||
write-mode: overwrite
|
write-mode: overwrite
|
||||||
|
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Overwrite Version.txt file
|
- name: Overwrite Version.txt file
|
||||||
uses: DamianReeves/write-file-action@0a7fcbe1960c53fc08fe789fa4850d24885f4d84 # v1.2
|
uses: DamianReeves/write-file-action@6929a9a6d1807689191dcc8bbe62b54d70a32b42 # v1.3
|
||||||
with:
|
with:
|
||||||
path: Sources/WAU/Winget-AutoUpdate/Version.txt
|
path: Sources/WAU/Winget-AutoUpdate/Version.txt
|
||||||
write-mode: overwrite
|
write-mode: overwrite
|
||||||
|
|
Loading…
Reference in New Issue