Skip to content

Commit

Permalink
Bump GHA actions
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Apr 21, 2023
1 parent d4d4feb commit fd470c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
if: ${{ github.base_ref == 'main' || contains(github.base_ref, 'release-') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{github.event.pull_request.head.sha}}
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.7"
- run: python -m pip install towncrier
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# (part of build system config in pyproject.toml) can deduce the package version.
# See: https://github.com/marketplace/actions/build-and-push-docker-images#path-context
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build all platforms
uses: docker/build-push-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# (part of build system config in pyproject.toml) can deduce the package version.
# See: https://github.com/marketplace/actions/build-and-push-docker-images#path-context
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build and push all platforms
uses: docker/build-push-action@v2
Expand Down

0 comments on commit fd470c0

Please sign in to comment.