Skip to content

Commit 4cbdc94

Browse files
committed
chore: Updates workflow dependencies and project license.
1 parent c80c2f9 commit 4cbdc94

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/workflows/auto-assign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
pull-requests: write
1717
steps:
1818
- name: Assign issues and pull requests
19-
uses: gustavofreze/auto-assign@1.1.4
19+
uses: gustavofreze/auto-assign@2.0.0
2020
with:
21-
assignees: '${{ secrets.ASSIGNEES }}'
21+
assignees: '${{ vars.ASSIGNEES }}'
2222
github_token: '${{ secrets.GITHUB_TOKEN }}'
2323
allow_self_assign: 'true'
2424
allow_no_assignees: 'true'

.github/workflows/validate-links.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Validate links
22

33
on:
4-
pull_request: null
54
schedule:
6-
- cron: 0 0 * * *
5+
- cron: '0 0 * * *'
76
workflow_dispatch:
87

98
jobs:
@@ -16,19 +15,19 @@ jobs:
1615
- uses: actions/checkout@v4
1716
- name: Check links
1817
id: lychee
19-
uses: lycheeverse/lychee-action@v2.2.0
18+
uses: lycheeverse/lychee-action@v2.7.0
2019
- name: Create issue
2120
if: env.lychee_exit_code != 0
22-
uses: peter-evans/create-issue-from-file@v4
21+
uses: peter-evans/create-issue-from-file@v6
2322
with:
2423
title: Link checker report
2524
labels: 'report, automated-issue'
2625
content-filepath: ./lychee/out.md
2726
- name: Assign issues and pull requests
2827
if: env.lychee_exit_code != 0
29-
uses: gustavofreze/auto-assign@1.1.4
28+
uses: gustavofreze/auto-assign@2.0.0
3029
with:
31-
assignees: '${{ secrets.ASSIGNEES }}'
30+
assignees: '${{ vars.ASSIGNEES }}'
3231
github_token: '${{ secrets.GITHUB_TOKEN }}'
3332
allow_self_assign: 'true'
3433
allow_no_assignees: 'true'

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2025 Back-End Brasil
3+
Copyright (c) 2019-2026 Back-End Brasil
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)