Skip to content

Commit

Permalink
ci: update checkout action & give the workflows names
Browse files Browse the repository at this point in the history
  • Loading branch information
kwarkjes committed Feb 6, 2024
1 parent b1dd44a commit 22dc6f8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test_linux_gmt8.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Test Linux

on:
push:
branches:
Expand All @@ -19,7 +21,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
4 changes: 3 additions & 1 deletion .github/workflows/test_macos_gmt8.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Test macOS

on:
push:
branches:
Expand All @@ -16,7 +18,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
4 changes: 3 additions & 1 deletion .github/workflows/test_run_action.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Test Platforms

on:
push:
branches:
Expand All @@ -19,7 +21,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
4 changes: 3 additions & 1 deletion .github/workflows/test_windows_gmt8.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Test Windows

on:
push:
branches:
Expand All @@ -16,7 +18,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 22dc6f8

Please sign in to comment.