Skip to content

Commit

Permalink
Merge pull request #2 from shizunge/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
shizunge authored Nov 5, 2023
2 parents 2a93304 + f174fa3 commit 1199497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Cache
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Github Action for LaTeX
# You may pin to the exact commit or the version.
# uses: xu-cheng/latex-action@dacf2cfbdd5fd768c2298cbdc9e105bd9ed7f293
Expand Down

0 comments on commit 1199497

Please sign in to comment.