Skip to content

Commit

Permalink
chore: πŸ€– bump actions/checkout action to v4 [skip-release] (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2023
1 parent 57ee50a commit 53d6293
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: πŸ— Setup Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: πŸ“¦ Install
uses: ./.github/actions/install
Expand All @@ -29,7 +29,7 @@ jobs:

steps:
- name: πŸ— Setup Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -43,7 +43,7 @@ jobs:

steps:
- name: πŸ— Setup Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🚨 Spellcheck
uses: streetsidesoftware/cspell-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: πŸ— Setup Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 53d6293

Please sign in to comment.