diff --git a/.github/workflows/infra.yml b/.github/workflows/infra.yml index 6f7efa1..e893d98 100644 --- a/.github/workflows/infra.yml +++ b/.github/workflows/infra.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up pnpm uses: pnpm/action-setup@v2 - name: Set up Node.js @@ -18,7 +18,7 @@ jobs: node-version: 18 cache: pnpm - name: Configure aws credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v3 with: aws-region: us-east-1 aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cab8e56..8a092c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up pnpm diff --git a/.github/workflows/nuke.yml b/.github/workflows/nuke.yml index 184c300..9fb12d6 100644 --- a/.github/workflows/nuke.yml +++ b/.github/workflows/nuke.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up pnpm uses: pnpm/action-setup@v2 - name: Set up Node.js @@ -18,7 +18,7 @@ jobs: node-version: 18 cache: pnpm - name: Configure aws credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v3 with: aws-region: us-east-1 aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}