diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98135a0..5c65c3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get the list of Python Directories id: matrix @@ -56,7 +56,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Python id: setup-python diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ff8c1f1..265ef94 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get the list of directories that contain a Dockerfile id: matrix @@ -55,7 +55,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set environment variables run: |