Skip to content

Commit

Permalink
Bump actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hanskhe committed Nov 3, 2023
1 parent eca582c commit a700b98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_linux_gmt8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Test GMT +8 on Ubuntu
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set Timezone to +8 (With input)
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_macos_gmt8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Test GMT +8 on MacOS
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set Timezone to +8 (With input)
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_run_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set Timezone to +0 (No input)
uses: ./
- name: Set Timezone to +0 (With input)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_windows_gmt8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Test GMT +8 on Windows
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set Timezone to +8 (With input)
uses: ./
with:
Expand Down

0 comments on commit a700b98

Please sign in to comment.