Skip to content

Commit

Permalink
perf(deps): upgrade actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Sep 15, 2023
1 parent 91dbefa commit 7a71571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/.github/workflows/main.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Running cspell
uses: streetsidesoftware/cspell-action@v3
with:
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Linting
Expand Down

0 comments on commit 7a71571

Please sign in to comment.