Skip to content

Commit

Permalink
checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 1, 2024
1 parent 9b1dc1d commit 74d2ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bibcop.yml
Expand Up @@ -6,5 +6,5 @@ jobs:
bibcop:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- uses: yegor256/bibcop-action@master
2 changes: 1 addition & 1 deletion .github/workflows/latexmk.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
latexmk:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@v4
- uses: yegor256/latexmk-action@0.11.1
with:
cmd: make
Expand Down

0 comments on commit 74d2ed3

Please sign in to comment.