Update tj-actions/changed-files action to v41 [SECURITY] #389
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: extract-7z-action | ||
uses: DuckSoft/[email protected] | ||
name: 'extract-7z-action' | ||
description: 'Extract 7z/zip/.. Archive using GitHub Actions' | ||
branding: | ||
icon: archive | ||
color: blue | ||
inputs: | ||
pathSource: | ||
description: 'archive path to extract' | ||
required: true | ||
pathTarget: | ||
description: 'path to place the extract' | ||
required: true | ||
runs: | ||
using: 'node12' | ||
main: 'dist/index.js' | ||