Skip to content

Commit

Permalink
Update GitHub Actions to latest Docker and release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyaonoe committed Oct 3, 2024
1 parent 0b4da34 commit 53b7046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: docker/login-action@v1
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
run: mv ${{ needs.build.outputs.filename }}.pdf ${{ steps.filename.outputs.FILENAME }}

- name: "Release"
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: ${{ steps.filename.outputs.FILENAME }}

Expand Down

0 comments on commit 53b7046

Please sign in to comment.