diff --git a/.github/workflows/python-container.yml b/.github/workflows/python-container.yml index 294e602..6dce9a3 100644 --- a/.github/workflows/python-container.yml +++ b/.github/workflows/python-container.yml @@ -9,7 +9,7 @@ jobs: image: python:3.12 steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Echo messages run: |