Skip to content

Commit 815ca09

Browse files
authored
Merge pull request #489 from DataIntegrationGroup/dependabot/github_actions/staging/actions/checkout-6
build(deps): bump actions/checkout from 3 to 6
2 parents 5978148 + d137791 commit 815ca09

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/CD_production.yml

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

1616
steps:
1717
- name: Check out source repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/CD_staging.yml

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

1616
steps:
1717
- name: Check out source repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/format_code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out source repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
- name: Set up Python environment - 3.12
2222
uses: actions/setup-python@v6
2323
with:
@@ -34,7 +34,7 @@ jobs:
3434
contents: write
3535
pull-requests: write
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v6
3838
with:
3939
ref: ${{ github.head_ref }}
4040
- uses: psf/black@stable

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/tests.yml

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

5151
steps:
5252
- name: Check out source repository
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v6
5454

5555
- name: Install uv
5656
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)