diff options
Diffstat (limited to '.github/workflows/c.yml')
-rw-r--r-- | .github/workflows/c.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml index 8414190..ab13385 100644 --- a/.github/workflows/c.yml +++ b/.github/workflows/c.yml @@ -79,7 +79,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.x" - name: Install dependencies |