Skip to content

Commit 0440849

Browse files
authored
chore(deps): upgrade fig2sketch action
1 parent 59f3d56 commit 0440849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fig2sketch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
git config user.name "${GITHUB_ACTOR}"
2222
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
23-
- uses: italia/figma-to-sketch-action@v1.0.0 # https://github.com/italia/figma-to-sketch-action
23+
- uses: italia/figma-to-sketch-action@v1.1.0 # https://github.com/italia/figma-to-sketch-action
2424
with:
2525
files: 'UI-Kit-Italia.fig' # File di input .fig (Figma) separati da `|`
2626
output_files: 'UI-Kit-Italia.sketch' # File di output .sketch (Sketch) risultanti separati da `|`
@@ -30,4 +30,4 @@ jobs:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
allowUpdates: true
3232
makeLatest: true
33-
omitBodyDuringUpdate: true
33+
omitBodyDuringUpdate: true

0 commit comments

Comments
 (0)