Skip to content

Commit

Permalink
Merge pull request #8 from jburel/update_action
Browse files Browse the repository at this point in the history
Update action
  • Loading branch information
jburel authored Mar 15, 2023
2 parents 56f0d48 + 1374e40 commit 7f7a4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Build
run: |
docker build -t octave .
Expand Down

0 comments on commit 7f7a4b8

Please sign in to comment.