Skip to content

Commit 5547d1c

Browse files
dependabot[bot]amotl
authored andcommitted
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55e946a commit 5547d1c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+43
-43
lines changed

.github/workflows/application-apache-superset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090

9191
- name: Acquire sources
92-
uses: actions/checkout@v5
92+
uses: actions/checkout@v6
9393

9494
- name: Setup Python
9595
uses: actions/setup-python@v6

.github/workflows/application-cratedb-toolkit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858

5959
- name: Acquire sources
60-
uses: actions/checkout@v5
60+
uses: actions/checkout@v6
6161

6262
- name: Setup Python
6363
uses: actions/setup-python@v6

.github/workflows/application-ingestr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838

3939
- name: Acquire sources
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141

4242
- name: Validate application/ingestr
4343
run: |

.github/workflows/application-metabase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545

4646
- name: Acquire sources
47-
uses: actions/checkout@v5
47+
uses: actions/checkout@v6
4848

4949
- name: Setup Python
5050
uses: actions/setup-python@v6

.github/workflows/application-records.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353

5454
- name: Acquire sources
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656

5757
- name: Set up Python
5858
uses: actions/setup-python@v6

.github/workflows/dataframe-dask.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353

5454
- name: Acquire sources
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656

5757
- name: Set up Python
5858
uses: actions/setup-python@v6

.github/workflows/dataframe-pandas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353

5454
- name: Acquire sources
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656

5757
- name: Set up Python
5858
uses: actions/setup-python@v6

.github/workflows/dataframe-polars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555

5656
- name: Acquire sources
57-
uses: actions/checkout@v5
57+
uses: actions/checkout@v6
5858

5959
- name: Set up Python
6060
uses: actions/setup-python@v6

.github/workflows/framework-dbt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353

5454
- name: Acquire sources
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656

5757
- name: Set up Python
5858
uses: actions/setup-python@v6

.github/workflows/framework-dlt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252

5353
- name: Acquire sources
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555

5656
- name: Set up Python
5757
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)