diff --git a/{{cookiecutter.project_name}}/.github/workflows/publish.yml b/{{cookiecutter.project_name}}/.github/workflows/publish.yml index 8a212d0..e64d861 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/publish.yml +++ b/{{cookiecutter.project_name}}/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4 diff --git a/{{cookiecutter.project_name}}/.github/workflows/test.yml b/{{cookiecutter.project_name}}/.github/workflows/test.yml index 38615b9..90595cc 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/test.yml +++ b/{{cookiecutter.project_name}}/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4