diff --git a/.github/workflows/main-build-test.yml b/.github/workflows/main-build-test.yml index 5db0420fb..4c5830ad3 100644 --- a/.github/workflows/main-build-test.yml +++ b/.github/workflows/main-build-test.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: macos-12 + runs-on: macos-13 steps: - name: Git Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/main-deploy.yml b/.github/workflows/main-deploy.yml index 4e5685cb6..746258b2e 100644 --- a/.github/workflows/main-deploy.yml +++ b/.github/workflows/main-deploy.yml @@ -7,13 +7,13 @@ on: - deploy jobs: continuous-deployment: - runs-on: macos-12 + runs-on: macos-13 steps: - name: Git Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Use Node.js version 16.x - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 16.x @@ -30,7 +30,7 @@ jobs: npm install npm run build - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v3 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index f7b363a68..e0814e98a 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -9,13 +9,13 @@ on: jobs: continuous-deployment: - runs-on: macos-12 + runs-on: macos-13 steps: - name: Git Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Use Node.js version 16.x - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 16.x @@ -31,7 +31,7 @@ jobs: npm install npm run build - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v3 with: aws-access-key-id: ${{ secrets.AWS_DEV_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_DEV_SECRET_ACCESS_KEY }} diff --git a/README.md b/README.md index 351fe8d0a..735e2870c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@
역할 | +LEAD🌿 | +🧸 | +🦊 | +
이름 | +이시원 @siwolee | +임지현 @jihylim | +이정론 @jeongrol | +
팀 인원 : 3명-8명까지 가능