Skip to main content

Merge pull request #1 from alexwlchan/fix-github-actions

ID
cda9737
date
2023-04-14 23:09:20+00:00
author
Alex Chan <alex@alexwlchan.net>
parents
002ce37, 8f8c8d3
message
Merge pull request #1 from alexwlchan/fix-github-actions

[WIP] Fix the failing GitHub Actions
changed files
1 file, 2 additions, 2 deletions

Changed files

.github/workflows/main.yml (600) → .github/workflows/main.yml (601)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a3f6068..ff94e59 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -7,12 +7,12 @@ jobs:
 
     steps:
       - name: Check out repository code
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Setup Python
         uses: actions/setup-python@v2
         with:
-          python-version: "3.x"
+          python-version: "3.10"
 
       - name: Install dependencies
         run: |