From a6d43308a23ac0518bf3ed2f394c5862e58edc3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:53:51 +0000 Subject: [PATCH] Bump jsdaniell/create-json from 1.2.2 to 1.2.3 in /.github/workflows Bumps [jsdaniell/create-json](https://github.com/jsdaniell/create-json) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/jsdaniell/create-json/releases) - [Commits](https://github.com/jsdaniell/create-json/compare/v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: jsdaniell/create-json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/docker-pr.yml | 2 +- .github/workflows/docker-release.yml | 2 +- .github/workflows/docker.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 510ffe4..da2846b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - name: create-json id: create-json - uses: jsdaniell/create-json@v1.2.2 + uses: jsdaniell/create-json@v1.2.3 with: name: "version.json" json: '{"type": "autobuild", "tag": "N/A", "commit": "${{ steps.vars.outputs.sha_short }}", "date": "${{ steps.date.outputs.date }}"}' diff --git a/.github/workflows/docker-pr.yml b/.github/workflows/docker-pr.yml index bae8891..66d3757 100644 --- a/.github/workflows/docker-pr.yml +++ b/.github/workflows/docker-pr.yml @@ -18,7 +18,7 @@ jobs: run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - name: create-json id: create-json - uses: jsdaniell/create-json@v1.2.2 + uses: jsdaniell/create-json@v1.2.3 with: name: "version.json" json: '{"type": "docker", "tag": "nightly", "commit": "${{ steps.vars.outputs.sha_short }}", "date": "${{ steps.date.outputs.date }}"}' diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index a28b5e9..91cb9c9 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -27,7 +27,7 @@ jobs: - name: create-json id: create-json - uses: jsdaniell/create-json@v1.2.2 + uses: jsdaniell/create-json@v1.2.3 with: name: "version.json" json: '{"type": "docker", "tag": "latest", "commit": "${{ steps.vars.outputs.sha_short }}", "date": "${{ steps.date.outputs.date }}"}' diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b17f905..6fd30b2 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -34,7 +34,7 @@ jobs: - name: create-json id: create-json - uses: jsdaniell/create-json@v1.2.2 + uses: jsdaniell/create-json@v1.2.3 with: name: "version.json" json: '{"type": "docker", "tag": "${{secrets.DOCKERHUB_MASTER_TAG}}", "commit": "${{ steps.vars.outputs.sha_short }}", "date": "${{ steps.date.outputs.date }}"}'