Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit b0af24b

Browse files
chore(deps): update actions/checkout action to v4 (#199)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 355a768 commit b0af24b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v4
1111

1212
- name: Install
1313
run: npm ci
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v4
3333

3434
- name: Install
3535
run: npm ci

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
release-type: node
2020
package-name: sql-source-control
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
if: ${{ steps.release.outputs.release_created }}
2323
- uses: actions/setup-node@v3
2424
with:

0 commit comments

Comments
 (0)