Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#161)
Browse files Browse the repository at this point in the history
Co-authored-by: Farnabaz <farnabaz@gmail.com>
  • Loading branch information
renovate[bot] and farnabaz committed Sep 29, 2023
1 parent 46c2412 commit 5a8d69c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
node: [16]

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

- uses: pnpm/action-setup@v2.2.4
name: Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
node: [16]

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

- uses: pnpm/action-setup@v2.2.4
name: Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/studio.yml
Expand Up @@ -34,7 +34,7 @@ jobs:

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

- name: Identify package manager
id: pkgman
Expand Down

0 comments on commit 5a8d69c

Please sign in to comment.