Skip to content

Commit f924459

Browse files
chore(deps): update actions/checkout action to v7
1 parent 2177f58 commit f924459

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_marimo_jupyterlab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
- name: Log in to GitHub Container Registry
2525
uses: docker/login-action@v4

.github/workflows/publish_dbt_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: "Step 01 - Checkout current branch"
1919
id: step-01
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121

2222
- name: "Step 02 - Install dbt"
2323
id: step-02

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232

3333
- name: Install uv
3434
uses: astral-sh/setup-uv@v8.3.0

0 commit comments

Comments
 (0)