Skip to content

Commit e6156a8

Browse files
IK Renovate Botivankatliarchuk
authored andcommitted
chore(deps): update github-tags action .github/workflows/governance.links-checker.yml (.github/workflows/governance.links-checker.yml)
1 parent b9c3ac8 commit e6156a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/governance.links-checker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
# checkout to latest commit
30-
- uses: actions/checkout@v3.0.2
30+
- uses: actions/checkout@v3.6.0
3131
# run markdown linter
3232

3333
# todo https://github.com/peter-evans/link-checker
3434
- name: link checker
3535
id: lychee
36-
uses: lycheeverse/lychee-action@v1.5.0
36+
uses: lycheeverse/lychee-action@v1.9.3
3737
# if: failure()
3838
with:
3939
args: >
@@ -72,7 +72,7 @@ jobs:
7272
write-mode: append
7373

7474
- name: create issue from file
75-
uses: JasonEtco/create-an-issue@v2.6
75+
uses: JasonEtco/create-an-issue@v2.9
7676
id: issue
7777
if: ${{ steps.lychee.outputs.exit_code > 0 }}
7878
env:

0 commit comments

Comments
 (0)