Skip to content

Commit 29f5772

Browse files
authored
Merge pull request #49 from ryanlua/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 13d6322 + 28dc34e commit 29f5772

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.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 repository
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v6
2222
with:

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v6
2020
with:

0 commit comments

Comments
 (0)