Skip to content

Commit

Permalink
Merge pull request #17 from nikParasyr/fix_checkout
Browse files Browse the repository at this point in the history
Bump versions of actions
  • Loading branch information
EmilienM authored Jan 29, 2024
2 parents 992302b + 86d1ad3 commit 9650937
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/with-defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest
name: A job to deploy devstack with defaults
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: devstack-action
uses: ./
- name: Upload logs artifacts on failure
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: devstack-logs
path: /tmp/devstack-logs/*
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
run: sudo apt-get purge -y python3-simplejson python3-pyasn1-modules postgresql* || true
shell: bash
- name: Checkout Devstack
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.branch }}
repository: openstack/devstack
Expand Down

0 comments on commit 9650937

Please sign in to comment.