From 398451676d454a9e3ec436ad19c74b3c1bc379e6 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Tue, 1 Aug 2023 16:01:46 -0700 Subject: newer version of setup-python workflow setp --- .devcontainer/devcontainer.json | 5 ----- .github/workflows/main.yaml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index ad93c14a..00000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "image": "mcr.microsoft.com/devcontainers/universal:2", - "features": { - } -} diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a783af59..480405b8 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: "3.11" -- cgit v1.2.3-70-g09d2