Skip to content

Commit

Permalink
ci: 👷 bump actions/checkout to v4 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman authored Oct 11, 2024
1 parent bc6fe91 commit b238f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: 🏗 Setup Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 📦 Install
uses: ./.github/actions/install
Expand Down
2 changes: 1 addition & 1 deletion .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 Down

0 comments on commit b238f17

Please sign in to comment.