Skip to content

Commit 205ce41

Browse files
chore(deps): update actions/checkout action to v5
1 parent 4748b1b commit 205ce41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout ✅
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: Setup Node.js 🔧
2121
uses: actions/setup-node@v4
2222
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout ✅
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
- name: Setup Node.js 🔧
1313
uses: actions/setup-node@v4
1414
with:

0 commit comments

Comments
 (0)