Skip to content

Commit b399363

Browse files
chore(deps): Update DamianReeves/write-file-action action to v1.3 (#1595)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 92d091d commit b399363

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-publish-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
sudo apt-get install awscli -y
5959
6060
- name: Write AWS config 1
61-
uses: DamianReeves/write-file-action@v1.2
61+
uses: DamianReeves/write-file-action@v1.3
6262
with:
6363
path: /home/runner/.aws/credentials
6464
contents: |
@@ -68,7 +68,7 @@ jobs:
6868
write-mode: overwrite
6969

7070
- name: Write AWS config 2
71-
uses: DamianReeves/write-file-action@v1.2
71+
uses: DamianReeves/write-file-action@v1.3
7272
with:
7373
path: /home/runner/.aws/config
7474
contents: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
sudo apt-get install awscli -y
118118
119119
- name: Write AWS config 1
120-
uses: DamianReeves/write-file-action@v1.2
120+
uses: DamianReeves/write-file-action@v1.3
121121
with:
122122
path: /home/runner/.aws/credentials
123123
contents: |
@@ -127,7 +127,7 @@ jobs:
127127
write-mode: overwrite
128128

129129
- name: Write AWS config 2
130-
uses: DamianReeves/write-file-action@v1.2
130+
uses: DamianReeves/write-file-action@v1.3
131131
with:
132132
path: /home/runner/.aws/config
133133
contents: |

0 commit comments

Comments
 (0)