We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c3ac8 commit e6156a8Copy full SHA for e6156a8
.github/workflows/governance.links-checker.yml
@@ -27,13 +27,13 @@ jobs:
27
runs-on: ubuntu-latest
28
steps:
29
# checkout to latest commit
30
- - uses: actions/checkout@v3.0.2
+ - uses: actions/checkout@v3.6.0
31
# run markdown linter
32
33
# todo https://github.com/peter-evans/link-checker
34
- name: link checker
35
id: lychee
36
- uses: lycheeverse/lychee-action@v1.5.0
+ uses: lycheeverse/lychee-action@v1.9.3
37
# if: failure()
38
with:
39
args: >
@@ -72,7 +72,7 @@ jobs:
72
write-mode: append
73
74
- name: create issue from file
75
- uses: JasonEtco/create-an-issue@v2.6
+ uses: JasonEtco/create-an-issue@v2.9
76
id: issue
77
if: ${{ steps.lychee.outputs.exit_code > 0 }}
78
env:
0 commit comments