Skip to content

Commit

Permalink
Merge pull request #20 from jburel/update_action
Browse files Browse the repository at this point in the history
Update action
  • Loading branch information
jburel committed Mar 15, 2023
2 parents 8c605e4 + 5ef8b39 commit 9bd34ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repo2docker.yml
Expand Up @@ -13,8 +13,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: repo2docker install
run: |
pip install six chardet
Expand Down

0 comments on commit 9bd34ca

Please sign in to comment.