Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 7, 2023
1 parent 8de465f commit 6afc07e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/[email protected]

- name: Install Dependencies
Expand All @@ -19,7 +19,7 @@ jobs:
style_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/[email protected]

- name: Install Dependencies
Expand All @@ -30,7 +30,7 @@ jobs:
pana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/[email protected]

- name: Install WebP
Expand Down

0 comments on commit 6afc07e

Please sign in to comment.