Skip to content

Commit d2f9273

Browse files
Bump actions/checkout from 4 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 072a8d6 commit d2f9273

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/with-defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: A job to deploy devstack with defaults
3131
steps:
3232
- name: Checkout devstack-action
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v7
3434
- name: Deploy devstack
3535
uses: ./
3636
with:

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
run: sudo apt-get purge -y python3-simplejson python3-pyasn1-modules postgresql* || true
5050
shell: bash
5151
- name: Checkout Devstack
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v7
5353
with:
5454
ref: ${{ inputs.branch }}
5555
repository: openstack/devstack

0 commit comments

Comments
 (0)