Skip to content

Commit

Permalink
upgrade artifact steps 2
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Apr 11, 2023
1 parent 0e4ef58 commit 1feb036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Display Python version
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- uses: satackey/action-docker-layer-caching@v0.0.11
- uses: jpribyl/action-docker-layer-caching@v0.1.0
continue-on-error: true
- name: 'Docker Compose'
uses: isbang/[email protected]
Expand Down

0 comments on commit 1feb036

Please sign in to comment.