diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0a479186..16ee55ae 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,11 +41,11 @@ jobs: steps: # --- Checkout repo files so we can build & run scripts --- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # --- Install Python with pip cache for faster subsequent runs --- - name: Set up Python 3.x with pip cache - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.13" cache: pip @@ -171,7 +171,7 @@ jobs: steps: # --- Checkout the exact commit that triggered this workflow run --- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # --- Retrieve generated files produced by the build job --- - name: Download generated content artifact