Skip to content

Commit

Permalink
Merge pull request #46 from alanbchristie/master
Browse files Browse the repository at this point in the history
Updates build actions
  • Loading branch information
xchem-super authored Aug 7, 2023
2 parents 50f6b53 + 0857e6b commit 10c653d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v3.x
uses: rlespinasse/github-slug-action@v4
- name: Initialise workflow variables
id: vars
env:
Expand All @@ -62,9 +62,9 @@ jobs:
echo ::set-output name=tag::${TAG}
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
tags: xchem/fragalysis:${{ steps.vars.outputs.tag }}
- name: Test
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pip-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.6
uses: actions/setup-python@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.6
python-version: '3.10'
- name: Install Tools
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 10c653d

Please sign in to comment.