Skip to content

Commit 2b126c9

Browse files
committed
Upgrade actions to use v3
1 parent dfc1528 commit 2b126c9

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@v2
10+
- uses: actions/checkout@v3
1111
- id: devstack-action
1212
uses: ./
1313
- name: Upload logs artifacts on failure
1414
if: failure()
15-
uses: actions/upload-artifact@v2
15+
uses: actions/upload-artifact@v3
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
@@ -40,7 +40,7 @@ runs:
4040
run: sudo apt-get purge -y python3-simplejson python3-pyasn1-modules postgresql* || true
4141
shell: bash
4242
- name: Checkout Devstack
43-
uses: actions/checkout@v2
43+
uses: actions/checkout@v3
4444
with:
4545
ref: ${{ inputs.branch }}
4646
repository: openstack/devstack

0 commit comments

Comments
 (0)