Skip to content

Commit

Permalink
chore(deps): Update DamianReeves/write-file-action action to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent c933f0e commit c8a3df6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-publish-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
sudo apt-get install awscli -y
- name: Write AWS config 1
uses: DamianReeves/write-file-action@v1.2
uses: DamianReeves/write-file-action@v1.3
with:
path: /home/runner/.aws/credentials
contents: |
Expand All @@ -68,7 +68,7 @@ jobs:
write-mode: overwrite

- name: Write AWS config 2
uses: DamianReeves/write-file-action@v1.2
uses: DamianReeves/write-file-action@v1.3
with:
path: /home/runner/.aws/config
contents: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
sudo apt-get install awscli -y
- name: Write AWS config 1
uses: DamianReeves/write-file-action@v1.2
uses: DamianReeves/write-file-action@v1.3
with:
path: /home/runner/.aws/credentials
contents: |
Expand All @@ -127,7 +127,7 @@ jobs:
write-mode: overwrite

- name: Write AWS config 2
uses: DamianReeves/write-file-action@v1.2
uses: DamianReeves/write-file-action@v1.3
with:
path: /home/runner/.aws/config
contents: |
Expand Down

0 comments on commit c8a3df6

Please sign in to comment.