Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#26)
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] committed Sep 11, 2023
1 parent 440b7a3 commit c03f866
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
update-license-year:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: fkirc/skip-duplicate-actions@v5
continue-on-error: true

- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: steps.skip_check.outputs.should_skip != 'true'

- name: Install pnpm
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
if: needs.cache-modules.outputs.should_skip != 'true' && contains(fromJson('["ved-bot", "renovate[bot]"]'), github.actor) == false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
if: needs.cache-modules.outputs.should_skip != 'true'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand All @@ -110,7 +110,7 @@ jobs:
if: needs.cache-modules.outputs.should_skip != 'true' && contains(fromJson('["ved-bot"]'), github.actor) == false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
if: contains(fromJson('["ved-bot", "renovate[bot]"]'), github.actor) == false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' || needs.release.outputs.releases_created

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit c03f866

Please sign in to comment.