Skip to content

Commit 7aa3bdb

Browse files
Bump actions/checkout from 4 to 7.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.0.0. - [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 aa58e36 commit 7aa3bdb

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
@@ -53,7 +53,7 @@ jobs:
5353
name: A job to deploy devstack with defaults
5454
steps:
5555
- name: Checkout devstack-action
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v7
5757
- name: Deploy devstack
5858
uses: ./
5959
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)