Skip to content

Commit c0e07aa

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `lycheeverse/lychee-action` from 2.4.1 to 2.6.1 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.4.1...v2.6.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: lycheeverse/lychee-action dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a25fff8 commit c0e07aa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/create-meeting-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
create-team-issue:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: JasonEtco/create-an-issue@v2
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/linkcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
check-links:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.13'
@@ -25,7 +25,7 @@ jobs:
2525
# ref: https://github.com/lycheeverse/lychee-action
2626
# ref: https://github.com/lycheeverse/lychee#commandline-parameters
2727
- name: Link Checker
28-
uses: lycheeverse/lychee-action@v2.4.1
28+
uses: lycheeverse/lychee-action@v2.6.1
2929
env:
3030
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3131
with:

0 commit comments

Comments
 (0)