Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_featurenet-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
ws-hostname: ${{ steps.create-featurenet.outputs.ws-hostname }}
steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Delete old featurenet app and data
if: ${{ inputs.delete-first == true }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_featurenet-delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: [self-hosted, Linux, X64, small]
steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Delete featurenet app and data
uses: Cardinal-Cryptography/github-actions/delete-featurenet@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_featurenet-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
ws-hostname: ${{ steps.create-featurenet.outputs.ws-hostname }}
steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Start featurenet Deployment
uses: bobheadxi/deployments@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-generate-contract-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Create input dummy files
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-match-against-regexp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Check with valid values
uses: ./match-against-regexp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-replace-string.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Replace string
id: str
Expand Down
Loading