diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-01 16:01:46 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-01 16:01:46 -0700 |
commit | 398451676d454a9e3ec436ad19c74b3c1bc379e6 (patch) | |
tree | b436ae937d1b21a14d27d584e178d47726cd3180 | |
parent | 74472c52e393281fbb5fa69ea635aaea292c51fb (diff) | |
download | sncontinue-398451676d454a9e3ec436ad19c74b3c1bc379e6.tar.gz sncontinue-398451676d454a9e3ec436ad19c74b3c1bc379e6.tar.bz2 sncontinue-398451676d454a9e3ec436ad19c74b3c1bc379e6.zip |
newer version of setup-python workflow setp
-rw-r--r-- | .devcontainer/devcontainer.json | 5 | ||||
-rw-r--r-- | .github/workflows/main.yaml | 2 |
2 files changed, 1 insertions, 6 deletions
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" |