Skip to content

Commit 4e2abeb

Browse files
A0-3952: Bump actions/checkout in the all-github-actions group
Bumps the all-github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa5e57f commit 4e2abeb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/_featurenet-create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
ws-hostname: ${{ steps.create-featurenet.outputs.ws-hostname }}
102102
steps:
103103
- name: Checkout repo
104-
uses: actions/checkout@v4
104+
uses: actions/checkout@v5
105105

106106
- name: Delete old featurenet app and data
107107
if: ${{ inputs.delete-first == true }}

.github/workflows/_featurenet-delete.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: [self-hosted, Linux, X64, small]
4040
steps:
4141
- name: Checkout repo
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343

4444
- name: Delete featurenet app and data
4545
uses: Cardinal-Cryptography/github-actions/delete-featurenet@v7

.github/workflows/_featurenet-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
ws-hostname: ${{ steps.create-featurenet.outputs.ws-hostname }}
6161
steps:
6262
- name: Checkout repo
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v5
6464

6565
- name: Start featurenet Deployment
6666
uses: bobheadxi/deployments@v1

.github/workflows/test-generate-contract-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
steps:
2121
- name: Checkout repo
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Create input dummy files
2525
shell: bash

.github/workflows/test-match-against-regexp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
steps:
2121
- name: Checkout repo
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Check with valid values
2525
uses: ./match-against-regexp

.github/workflows/test-replace-string.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
steps:
2121
- name: Checkout repo
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Replace string
2525
id: str

0 commit comments

Comments
 (0)