Skip to content

Commit 86d1ad3

Browse files
committed
Bump versions of actions
1 parent 992302b commit 86d1ad3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/with-defaults.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88
name: A job to deploy devstack with defaults
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- id: devstack-action
1212
uses: ./
1313
- name: Upload logs artifacts on failure
1414
if: failure()
15-
uses: actions/upload-artifact@v3
15+
uses: actions/upload-artifact@v4
1616
with:
1717
name: devstack-logs
1818
path: /tmp/devstack-logs/*

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
run: sudo apt-get purge -y python3-simplejson python3-pyasn1-modules postgresql* || true
4444
shell: bash
4545
- name: Checkout Devstack
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v4
4747
with:
4848
ref: ${{ inputs.branch }}
4949
repository: openstack/devstack

0 commit comments

Comments
 (0)