File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
- package-ecosystem : " github-actions" # See documentation for possible values
7
7
directory : " /" # Location of package manifests
8
8
schedule :
9
- interval : " weekly "
9
+ interval : " daily "
10
10
groups :
11
11
dependencies :
12
12
applies-to : version-updates
Original file line number Diff line number Diff line change 52
52
- name : Create Release
53
53
if : github.event_name == 'push'
54
54
id : create_release
55
- uses : ncipollo/release-action@v1.14 .0
55
+ uses : ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13 .0
56
56
with :
57
57
name : Release ${{ steps.vars.outputs.tag }}
58
58
artifacts : " ./build/wstg-${{ steps.vars.outputs.tag }}.pdf, ./build/wstg-${{ steps.vars.outputs.tag }}.epub"
Original file line number Diff line number Diff line change 32
32
- name : Changed Files Exporter
33
33
if : github.event_name == 'pull_request'
34
34
id : files
35
- uses : umani/changed-files@v4.2 .0
35
+ uses : umani/changed-files@d7f842d11479940a6036e3aacc6d35523e6ba978 # v4.1 .0
36
36
with :
37
37
repo-token : ${{ secrets.GITHUB_TOKEN }}
38
38
- name : PR link check
Original file line number Diff line number Diff line change 41
41
npm install -g textlint-rule-terminology
42
42
- name : Changed Files Exporter
43
43
id : files
44
- uses : umani/changed-files@v4.2 .0
44
+ uses : umani/changed-files@d7f842d11479940a6036e3aacc6d35523e6ba978 # v4.1 .0
45
45
with :
46
46
repo-token : ${{ secrets.GITHUB_TOKEN }}
47
47
pattern : ' ^.*\.(md)$'
You can’t perform that action at this time.
0 commit comments