Skip to content

Commit

Permalink
Update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Jan 2, 2025
1 parent 4c5254f commit ce0f2cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get an env
uses: yetanalytics/action-setup-env@v2
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get an env
uses: yetanalytics/action-setup-env@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup CI Environment
uses: yetanalytics/action-setup-env@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: List Java modules
id: echo-modules
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get an env
uses: yetanalytics/action-setup-env@v2
Expand Down

0 comments on commit ce0f2cb

Please sign in to comment.