diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82b035e..8cc80f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get the list of Python Directories id: matrix @@ -55,7 +55,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Python id: setup-python diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 745503c..9106cbe 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get the list of directories that contain a Dockerfile id: matrix @@ -54,7 +54,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set environment variables run: |