diff --git a/templates/service/.github/workflows/canary-release.yaml b/templates/service/.github/workflows/canary-release.yaml index 383cb82..9d0d74c 100644 --- a/templates/service/.github/workflows/canary-release.yaml +++ b/templates/service/.github/workflows/canary-release.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest concurrency: canary-release steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Authenticate with Google Cloud Platform uses: google-github-actions/auth@v0 diff --git a/templates/service/.github/workflows/pull-request.yaml b/templates/service/.github/workflows/pull-request.yaml index cf2f570..3095efd 100644 --- a/templates/service/.github/workflows/pull-request.yaml +++ b/templates/service/.github/workflows/pull-request.yaml @@ -7,7 +7,7 @@ jobs: name: Yarn runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - uses: actions/setup-node@v2 with: node-version: '16.x' @@ -20,7 +20,7 @@ jobs: name: Docker steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1