Skip to content

Commit 9fcd688

Browse files
build(deps): bump actions/checkout from 4 to 5 (#88)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f92d49 commit 9fcd688

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release_body: ${{ steps.git-cliff.outputs.content }}
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cdist-group: [1, 2, 3]
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030

3131
- name: Install additional dependencies
3232
run: sudo apt-get update && sudo ACCEPT_EULA=Y apt-get install -y msodbcsql18 libmariadb-dev && sudo apt-get autoremove -y && sudo apt-get clean -y
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install additional dependencies
7171
run: sudo ACCEPT_EULA=Y apt-get install -y msodbcsql18 libmariadb-dev
7272

73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v5
7474

7575
- name: Set up Python
7676
uses: actions/setup-python@v5
@@ -94,7 +94,7 @@ jobs:
9494
# runs-on: ubuntu-latest
9595
# steps:
9696
# - name: Check out repository
97-
# uses: actions/checkout@v4
97+
# uses: actions/checkout@v5
9898
# with:
9999
# fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
100100
# - name: Download Artifacts

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
url: ${{ steps.deployment.outputs.page_url }}
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424

2525
- name: Install additional dependencies
2626
run: sudo apt-get update && sudo ACCEPT_EULA=Y apt-get install -y msodbcsql18 libmariadb-dev && sudo apt-get autoremove -y && sudo apt-get clean -y

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: sudo ACCEPT_EULA=Y apt-get install -y msodbcsql18 libmariadb-dev
1717

1818
- name: Check out repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Install uv
2222
uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)