Skip to content

Commit

Permalink
github: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergrind committed Jul 24, 2024
1 parent 83f5955 commit 7bb1a45
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
name: create and save container
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: docker/login-action@v1
- uses: actions/checkout@v4
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
- run: docker pull ghcr.io/micro-fan/python:latest || true
- run: >
Expand All @@ -33,8 +33,8 @@ jobs:
name: assemble default container
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: docker/login-action@v1
- uses: actions/checkout@v4
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 7bb1a45

Please sign in to comment.