diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e4ea76..2011681 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build image uses: docker/bake-action@v3 @@ -47,7 +47,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Choco help uses: ./ diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 7dad735..0d03e5e 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Docker meta id: meta diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index c3e0637..3d91fd1 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v4 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 0f65b7d..b84ebd8 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Targets matrix id: targets @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Validate uses: docker/bake-action@v3