From f7e2d144947ac72ea549bc5f3c480c0735beeed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 09:52:19 -0800 Subject: [PATCH] Bump DamianReeves/write-file-action from 1.2 to 1.3 (#4283) 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](https://github.com/damianreeves/write-file-action/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ansible.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index bc944ed903..9d7669d5dc 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -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: | @@ -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: |