diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 0584965..508c89f 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: diff --git a/.github/workflows/core-ci.yml b/.github/workflows/core-ci.yml index cad0224..23beeb6 100644 --- a/.github/workflows/core-ci.yml +++ b/.github/workflows/core-ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 60 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Configure doist package repository uses: actions/setup-node@v3 diff --git a/.github/workflows/core-deploy.yml b/.github/workflows/core-deploy.yml index f7a913c..9cd6217 100644 --- a/.github/workflows/core-deploy.yml +++ b/.github/workflows/core-deploy.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 60 steps: - name: Git checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure Doist package repository uses: actions/setup-node@v3 @@ -38,7 +38,7 @@ jobs: timeout-minutes: 60 steps: - name: Git checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure Doist package repository uses: actions/setup-node@v3 diff --git a/.github/workflows/react-ci.yml b/.github/workflows/react-ci.yml index 0b3f8c0..32c5140 100644 --- a/.github/workflows/react-ci.yml +++ b/.github/workflows/react-ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 60 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Configure doist package repository uses: actions/setup-node@v3 diff --git a/.github/workflows/react-deploy.yml b/.github/workflows/react-deploy.yml index 410582b..ae138ce 100644 --- a/.github/workflows/react-deploy.yml +++ b/.github/workflows/react-deploy.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 60 steps: - name: Git checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure Doist package repository uses: actions/setup-node@v3 diff --git a/.github/workflows/upload-schema.yml b/.github/workflows/upload-schema.yml index e58107a..b5135bb 100644 --- a/.github/workflows/upload-schema.yml +++ b/.github/workflows/upload-schema.yml @@ -22,10 +22,10 @@ jobs: timeout-minutes: 10 steps: - name: Git checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::011833101604:role/doist-schemas-RoleCI-1P8IZE7IZUTXD role-duration-seconds: 900