diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d53a418..6c6030b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checking out the cookie cutter repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 @@ -59,7 +59,7 @@ jobs: steps: - name: Checking out the cookie cutter repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 24afd81..54e12ee 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checking out the cookie cutter repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: diff --git a/.github/workflows/sync-template.yml b/.github/workflows/sync-template.yml index baf368f..27ec379 100644 --- a/.github/workflows/sync-template.yml +++ b/.github/workflows/sync-template.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout the cookiecutter repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: cookiecutter-repository @@ -42,7 +42,7 @@ jobs: run: tree -a -I ".git" . - name: Checkout target repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ssciwr/cpp-project-template ref: main