diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0ae95e..31c9455 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} @@ -60,7 +60,7 @@ jobs: - name: Checking out the cookie cutter repository uses: actions/checkout@v7 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: "3.13" @@ -76,8 +76,7 @@ jobs: - name: Set up SSH Agent to deploy to test repositories uses: webfactory/ssh-agent@v0.10.0 with: - ssh-private-key: | - ${{ secrets.GHA_TEST_PRIVATE_KEY }} + ssh-private-key: ${{ secrets.GHA_TEST_PRIVATE_KEY }} - name: Add gitlab.com to the list of known hosts run: | diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index c636552..4e0f5e9 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -16,7 +16,7 @@ jobs: - name: Checking out the cookie cutter repository uses: actions/checkout@v7 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.13