Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: github actions version up #276

Merged
merged 1 commit into from
Jan 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ADMIN-Server-gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: THT ADMIN SERVER
run-name: ${{ github.actor }} is learning GitHub Actions

on:
push:
branches:
- main
# push:
# branches:
# - main
pull_request:
types:
- closed
Expand Down Expand Up @@ -51,14 +51,14 @@ jobs:
uses: gradle/actions/setup-gradle@ec92e829475ac0c2315ea8f9eced72db85bb337a # v3.0.0

- name : set time zone
uses: szenius/set-timezone@v1.2
uses: szenius/set-timezone@v2
with:
timezoneLinux: "Asia/Seoul"
timezoneMacos: "Asia/Seoul"
timezoneWindows: "Seoul Standard Time"

- name: Cache with Gradle
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/APP-Server-gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: THT API SERVER
run-name: ${{ github.actor }} is learning GitHub Actions

on:
push:
branches:
- main
# push:
# branches:
# - main
pull_request:
types:
- closed
Expand Down Expand Up @@ -51,14 +51,14 @@ jobs:
uses: gradle/actions/setup-gradle@ec92e829475ac0c2315ea8f9eced72db85bb337a # v3.0.0

- name : set time zone
uses: szenius/set-timezone@v1.2
uses: szenius/set-timezone@v2
with:
timezoneLinux: "Asia/Seoul"
timezoneMacos: "Asia/Seoul"
timezoneWindows: "Seoul Standard Time"

- name: Cache with Gradle
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand All @@ -83,7 +83,7 @@ jobs:
shell: bash

- name: AWS credential
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ${{ secrets.AWS_REGION }}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
Loading