Skip to content

Commit

Permalink
build: Updates GitHub actions dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavofreze committed Jan 7, 2025
1 parent 0b82410 commit e4a8c55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
issues: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check links
id: lychee
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v2.2.0
- name: Create issue
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v4
Expand All @@ -25,7 +25,7 @@ jobs:
content-filepath: ./lychee/out.md
- name: Assign issues and pull requests
if: env.lychee_exit_code != 0
uses: gustavofreze/auto-assign@1.0.0
uses: gustavofreze/auto-assign@1.1.4
with:
assignees: '${{ secrets.ASSIGNEES }}'
github_token: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Back-End Brasil
Copyright (c) 2019-2025 Back-End Brasil

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

0 comments on commit e4a8c55

Please sign in to comment.