Skip to content

Commit 631eebd

Browse files
chore(deps): Bump actions/checkout from 4 to 5 in the actions-deps group (#235)
1 parent e9ca571 commit 631eebd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/accessibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333

3434
- name: Setup pnpm
3535
uses: pnpm/action-setup@v4.1.0

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Run Lychee
2020
uses: lycheeverse/lychee-action@v2

0 commit comments

Comments
 (0)