Skip to content

Commit 247c52b

Browse files
authored
Merge pull request #107 from MiraGeoscience/dependabot/github_actions/main/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 5d33fd6 + c917f97 commit 247c52b

7 files changed

Lines changed: 7 additions & 7 deletions

.github/workflows/reusable-pre_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
depth=$(expr ${{ github.event.pull_request.commits }} + 1)
5454
echo "base-depth=$depth"
5555
echo "base-depth=$depth" >> $GITHUB_OUTPUT
56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v5
5757
with:
5858
lfs: ${{ inputs.lfs }}
5959
# for non PR events, check out to depth 1 (the default)

.github/workflows/reusable-python-build_poetry_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
version: ${{ steps.get-version.outputs.version }}
6767
steps:
6868
- name: Checkout
69-
uses: actions/checkout@v4
69+
uses: actions/checkout@v5
7070
with:
7171
lfs: ${{ inputs.lfs }}
7272
fetch-depth: 0

.github/workflows/reusable-python-build_setuptools_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
version: ${{ steps.get-version.outputs.version }}
6262
steps:
6363
- name: Checkout
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v5
6565
with:
6666
lfs: ${{ inputs.lfs }}
6767
fetch-depth: 0

.github/workflows/reusable-python-publish_rattler_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
timeout-minutes: ${{ inputs.timeout-minutes }}
7070
steps:
7171
- name: Checkout
72-
uses: actions/checkout@v4
72+
uses: actions/checkout@v5
7373
with:
7474
lfs: ${{ inputs.lfs }}
7575
fetch-depth: 0

.github/workflows/reusable-python-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
shell: 'bash -l {0}'
7878
timeout-minutes: ${{ inputs.timeout-minutes }}
7979
steps:
80-
- uses: actions/checkout@v4
80+
- uses: actions/checkout@v5
8181
with:
8282
lfs: ${{ inputs.lfs }}
8383
fetch-depth: 0

.github/workflows/reusable-python-static_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
shell: 'bash -l {0}'
6565
timeout-minutes: ${{ inputs.timeout-minutes }}
6666
steps:
67-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@v5
6868
with:
6969
lfs: ${{ inputs.lfs }}
7070
fetch-depth: 0

.github/workflows/reusable-zizmor-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
actions: read
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
persist-credentials: false
1919

0 commit comments

Comments
 (0)