diff --git a/.github/workflows/template-build-and-push.yml b/.github/workflows/template-build-and-push.yml index 62562cc..b00953c 100644 --- a/.github/workflows/template-build-and-push.yml +++ b/.github/workflows/template-build-and-push.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/template-python-ci.yml b/.github/workflows/template-python-ci.yml index 0a08568..09cb189 100644 --- a/.github/workflows/template-python-ci.yml +++ b/.github/workflows/template-python-ci.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Log in to the GitHub Container Registry uses: docker/login-action@v3