Skip to content

Commit 7200f5c

Browse files
Bump the actions group with 2 updates (#1280)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a25fff8 commit 7200f5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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)