Skip to content

Commit

Permalink
Update DamianReeves/write-file-action action to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mpetuska committed Jan 14, 2023
1 parent 8858db9 commit 55b9a70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: static-web-app
path: dist/
- name: Prepare Env
uses: DamianReeves/write-file-action@v1.0
uses: DamianReeves/write-file-action@v1.2
with:
path: dist/application.env
contents: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
name: static-web-app
path: dist/
- name: Prepare Env
uses: DamianReeves/write-file-action@v1.0
uses: DamianReeves/write-file-action@v1.2
with:
path: dist/application.env
contents: |
Expand Down

0 comments on commit 55b9a70

Please sign in to comment.