Skip to content

Commit

Permalink
Setting fetch-depth (#2031)
Browse files Browse the repository at this point in the history
* Setting fetch-depth

* Set Version: 1.0.273

* Set Version: 1.0.275

* Resolve possible future issues on recursive checkouts of submodules

---------

Co-authored-by: devops <devops@runtimeverification.com>
  • Loading branch information
F-WRunTime and devops authored Aug 23, 2023
1 parent 1df6371 commit f3aa859
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.event.push.head.sha }}
fetch-depth: 0
- name: 'Upgrade bash'
if: ${{ contains(matrix.os, 'macos') }}
run: brew install bash
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
with:
submodules: recursive
ref: ${{ github.event.push.head.sha }}
fetch-depth: 0
- name: 'Set up Docker'
uses: ./.github/actions/with-docker
with:
Expand Down Expand Up @@ -119,6 +121,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.event.push.head.sha }}
fetch-depth: 0
- name: 'Make Release'
env:
GITHUB_TOKEN: ${{ secrets.JENKINS_GITHUB_PAT }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: 'Install Poetry'
uses: Gr1N/setup-poetry@v8
- name: 'Build kevm'
Expand Down Expand Up @@ -136,6 +137,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- name: 'Set up Docker'
uses: ./.github/actions/with-docker
with:
Expand All @@ -157,6 +159,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- name: 'Set up Docker'
uses: ./.github/actions/with-docker
with:
Expand All @@ -182,6 +185,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- name: 'Set up Docker'
uses: ./.github/actions/with-docker
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-foundry-prove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
submodules: recursive
token: ${{ secrets.JENKINS_GITHUB_PAT }}
ref: ${{ github.events.inputs.branch }}
fetch-depth: 0
- name: 'Configure GitHub user'
run: |
git config user.name devops
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
submodules: recursive
token: ${{ secrets.JENKINS_GITHUB_PAT }}
fetch-depth: 0
- name: 'Configure GitHub user'
run: |
git config user.name devops
Expand Down
2 changes: 1 addition & 1 deletion kevm-pyk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kevm-pyk"
version = "1.0.274"
version = "1.0.275"
description = ""
authors = [
"Runtime Verification, Inc. <contact@runtimeverification.com>",
Expand Down
3 changes: 2 additions & 1 deletion package/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
kevm (1.0.274) unstable; urgency=medium
kevm (1.0.275) unstable; urgency=medium

* Initial Release.

-- Everett Hildenbrandt <everett.hildenbrandt@runtimeverification.com> Tue, 16 Jul 2019 00:14:12 -0700

2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.274
1.0.275

0 comments on commit f3aa859

Please sign in to comment.