diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 595d480..e789964 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: run: working-directory: . steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Login to Docker container registry uses: docker/login-action@v2.1.0 diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index bf2352c..c0b2532 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -28,7 +28,7 @@ jobs: env: IMAGE_VERSION: ${{ format('{0}-{1}', needs.pre_job.outputs.date, github.sha) }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Login to Docker container registry uses: docker/login-action@v2.1.0 @@ -60,7 +60,7 @@ jobs: REPO: ${{ github.repository }} IMAGE_VERSION: ${{ format('{0}-{1}', needs.pre_job.outputs.date, github.sha) }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: ${{ format('{0}-k8s-config', github.repository) }} token: ${{ secrets.GITOPS_PAT }}