Skip to content

Commit

Permalink
Update various github actions commands
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Nov 12, 2024
1 parent 74ebe3b commit 1c0a695
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
pppy/osu-elastic-indexer
Expand All @@ -33,7 +33,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand All @@ -56,7 +56,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
Expand Down

0 comments on commit 1c0a695

Please sign in to comment.