Jiseoup
/
showmycode
Public
EN
|
KO
Code
Commits
Pull Requests
← Back to list
Merged
chore(deps): bump actions/checkout from 6 to 7
#26
dependabot[bot] · Jun 22, 2026
dependabot/github_actions/actions/checkout-7 → main
dependencies
Overview
Commits
Files changed
+1
-1
· 1
Fold all
▾
Modified
.github/workflows/ci.yml
+1
-1
@@ -15,7 +15,7 @@ jobs:
node-version: [20, 22]
steps:
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6