diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c576130..c74383b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: 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: Dokken diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 54e4bb7..ad8bbc8 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