Skip to content

Commit 9d4fbe8

Browse files
Bump actions/checkout from 6 to 7 (#778)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c1d534 commit 9d4fbe8

6 files changed

Lines changed: 6 additions & 6 deletions

.github/workflows/bump-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout current repository
9-
uses: actions/checkout@v6
9+
uses: actions/checkout@v7
1010

1111
- name: Get current SHA
1212
id: get_current_sha

.github/workflows/pathoplexus-repo-branch-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
steps:
1515
- name: Checkout loculus_deployments
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717
- name: Extract SHAs
1818
id: extract-shas
1919
run: |

.github/workflows/promote-staging-to-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout current repository
10-
uses: actions/checkout@v6
10+
uses: actions/checkout@v7
1111

1212
- name: Get staging SHA
1313
id: get_staging_sha

.github/workflows/self-approval-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515

1616
- name: Get changed files
1717
id: changed-files

.github/workflows/set-staging-to-be-same-as-current-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout current repository
10-
uses: actions/checkout@v6
10+
uses: actions/checkout@v7
1111

1212
- name: Get production SHA
1313
id: get_production_sha

.github/workflows/use-prod-sha-for-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515

1616
- name: Get production SHA
1717
id: get_production_sha

0 commit comments

Comments
 (0)