diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3153517..25d329c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Init run: | diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index abde67e..132fbb1 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v3 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 17393a9..c598d79 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Validate uses: docker/bake-action@v1