diff --git a/.github/workflows/merge-to-main.yaml b/.github/workflows/merge-to-main.yaml index 1cdd03a..df44ee1 100644 --- a/.github/workflows/merge-to-main.yaml +++ b/.github/workflows/merge-to-main.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Log in to container registry uses: docker/login-action@v2 with: diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 0eaed67..055135a 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -21,7 +21,7 @@ jobs: uses: vmware-tanzu/carvel-setup-action@v1 - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install kind run: | @@ -81,7 +81,7 @@ jobs: python-version: "3.10" architecture: "x64" - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run linting checks run: | ./setup.sh