Skip to content

Commit

Permalink
v4
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 28, 2024
1 parent e105108 commit edb8d02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/l3build.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
l3build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- uses: teatimeguest/setup-texlive-action@v3.2.1
with:
package-file: DEPENDS.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yml
Expand Up @@ -27,5 +27,5 @@ jobs:
markdown-lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- uses: articulate/actions-markdownlint@v1
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yml
Expand Up @@ -32,5 +32,5 @@ jobs:
yamllint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- uses: ibiqlik/action-yamllint@v3

0 comments on commit edb8d02

Please sign in to comment.