From bb899195a5a9a6388535e58d4b48d26726ea9012 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 22:42:08 +0200 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20python=20(3.8.1?= =?UTF-8?q?8=20=E2=86=92=203.13.2)=20(#12)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a300a8..f066c26 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,22 +7,24 @@ on: - cron: "5 0 * * *" workflow_dispatch: -permissions: - contents: write +permissions: read-all jobs: build: runs-on: ubuntu-latest + permissions: + contents: write + steps: # Check out repository under $GITHUB_WORKSPACE, so the job can access it - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - # Run using Python 3.8 for consistency and aiohttp - - name: Set up Python 3.8 + # Run using Python for consistency and aiohttp + - name: Set up Python uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5 with: - python-version: '3.8' + python-version: '3.13' architecture: 'x64' # Cache dependencies. From: