Updated github actions dependencies

This commit is contained in:
Tzahi12345
2023-05-03 01:07:14 -04:00
parent f9f7204deb
commit 7e7da6c0bc
4 changed files with 10 additions and 10 deletions

View File

@@ -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@1.1.2
uses: jsdaniell/create-json@1.2.2
with:
name: "version.json"
json: '{"type": "docker", "tag": "nightly", "commit": "${{ steps.vars.outputs.sha_short }}", "date": "${{ steps.date.outputs.date }}"}'