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 /.github | |
parent | 74472c52e393281fbb5fa69ea635aaea292c51fb (diff) | |
download | sncontinue-398451676d454a9e3ec436ad19c74b3c1bc379e6.tar.gz sncontinue-398451676d454a9e3ec436ad19c74b3c1bc379e6.tar.bz2 sncontinue-398451676d454a9e3ec436ad19c74b3c1bc379e6.zip |
newer version of setup-python workflow setp
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |