Skip to content

Commit 25a3e17

Browse files
authored
Merge pull request #185 from rooseveltframework/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 39c3886 + eca0d0a commit 25a3e17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
node-version: [16.x, 18.x, 20.x]
99
os: [ubuntu-latest, macos-latest, windows-latest]
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Use Node.js ${{ matrix.node-version }}
1313
uses: actions/setup-node@v3
1414
with:

0 commit comments

Comments
 (0)