Skip to content

Commit

Permalink
Bump DamianReeves/write-file-action from 1.2 to 1.3 (#4283)
Browse files Browse the repository at this point in the history
Bumps [DamianReeves/write-file-action](https://github.com/damianreeves/write-file-action) from 1.2 to 1.3.
- [Release notes](https://github.com/damianreeves/write-file-action/releases)
- [Commits](DamianReeves/write-file-action@v1.2...v1.3)

---
updated-dependencies:
- dependency-name: DamianReeves/write-file-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2024
1 parent 0ea8d76 commit f7e2d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Check out the codebase.
uses: actions/checkout@v4

- uses: DamianReeves/write-file-action@v1.2
- uses: DamianReeves/write-file-action@v1.3
with:
path: "${{ github.workspace }}/requirements.txt"
contents: |
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Check out the codebase.
uses: actions/checkout@v4

- uses: DamianReeves/write-file-action@v1.2
- uses: DamianReeves/write-file-action@v1.3
with:
path: "${{ github.workspace }}/requirements.txt"
contents: |
Expand Down

0 comments on commit f7e2d14

Please sign in to comment.