Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent 503324e commit bbe01d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
yarn-version: [16]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Yarn 🧶
run: |
yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: [16]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Yarn 🧶
run: |
yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
yarn-version: [16]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Yarn 🧶
run: |
yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Window.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
yarn-version: [16]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Yarn 🧶
run: |
yarn
Expand Down

0 comments on commit bbe01d6

Please sign in to comment.