Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4 (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Sep 9, 2023
2 parents dc0095f + 828ecc4 commit 16bff04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
yarn global add i18next-parser
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Change branch to the update branch
id: commits
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: dorny/paths-filter@v2.11.1
id: changes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3.8.1
Expand Down

0 comments on commit 16bff04

Please sign in to comment.