diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87c74125a..062fc15a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: fail-fast: false steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Cinc Workstation uses: sous-chefs/.github/.github/actions/install-workstation@8.0.1 diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 54e4bb773..ad8bbc898 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -17,7 +17,7 @@ jobs: contents: read steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Cinc Workstation uses: sous-chefs/.github/.github/actions/install-workstation@8.0.1 - name: Install cookbooks