Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fixes to release-artifacts warnings (#14224)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson authored Oct 18, 2022
1 parent dbf18f5 commit b951d6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- id: set-distros
run: |
# if we're running from a tag, get the full list of distros; otherwise just use debian:sid
Expand Down Expand Up @@ -70,6 +72,8 @@ jobs:
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Build the packages
# see https://github.com/docker/build-push-action/issues/252
Expand Down
1 change: 1 addition & 0 deletions changelog.d/14224.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update CI config to avoid GitHub Actions deprecation warnings.

0 comments on commit b951d6b

Please sign in to comment.