Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewacarson authored Jul 19, 2024
1 parent 6ddc98b commit 4970304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive

Expand All @@ -35,7 +35,7 @@ jobs:

- name: Upload binaries to release
if: startsWith(github.ref, 'refs/tags/')
uses: svenstaro/upload-release-action@v2
uses: svenstaro/upload-release-action@v3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: matt_carson_cv.pdf
Expand Down

0 comments on commit 4970304

Please sign in to comment.