]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Bump actions/setup-python from 2 to 3 (#2908)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 7 Mar 2022 20:33:25 +0000 (12:33 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Mar 2022 20:33:25 +0000 (12:33 -0800)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cooper Lees <me@cooperlees.com>
.github/workflows/diff_shades.yml
.github/workflows/diff_shades_comment.yml
.github/workflows/doc.yml
.github/workflows/fuzz.yml
.github/workflows/lint.yml
.github/workflows/pypi_upload.yml
.github/workflows/test.yml
.github/workflows/upload_binary.yml
.github/workflows/uvloop_test.yml

index 62cac6748fdad2153f4f1177b83f3cb1bb21bb40..e9deaba01364ab1ea91d724afe2494a2e44ee4b5 100644 (file)
@@ -46,7 +46,7 @@ jobs:
         with:
           fetch-depth: 0
 
-      - uses: actions/setup-python@v2
+      - uses: actions/setup-python@v3
 
       - name: Install diff-shades and support dependencies
         run: |
index d09c1e3b2a3c428114737c760b7d7aa4748ab57f..cf5d8bf9ac5bd4e919c50bbced7c11db885b7913 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v3
-      - uses: actions/setup-python@v2
+      - uses: actions/setup-python@v3
 
       - name: Install support dependencies
         run: |
index b831151afacaa160010ced4b9164518315985665..1ad4b3a7605742b5437631696910e768b092056e 100644 (file)
@@ -21,7 +21,7 @@ jobs:
       - uses: actions/checkout@v3
 
       - name: Set up latest Python
-        uses: actions/setup-python@v2
+        uses: actions/setup-python@v3
 
       - name: Install dependencies
         run: |
index 4721a8427732edd686df0894bb59952facb2c149..8fba67a5a014efe65c8c3d758d339ab3f516064a 100644 (file)
@@ -21,7 +21,7 @@ jobs:
       - uses: actions/checkout@v3
 
       - name: Set up Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v2
+        uses: actions/setup-python@v3
         with:
           python-version: ${{ matrix.python-version }}
 
index 0061ebcd730ceff092391bc710398c67f7fec416..b630114882d62e522359addc8fe42367e23245c5 100644 (file)
@@ -17,7 +17,7 @@ jobs:
       - uses: actions/checkout@v3
 
       - name: Set up Python
-        uses: actions/setup-python@v2
+        uses: actions/setup-python@v3
 
       - name: Install dependencies
         run: |
index d3eeaad286ff1b6a46323b3e3c4621dae12c4ce5..9d970592d989ae302a8f5ce61f9d4ca166259e9d 100644 (file)
@@ -13,7 +13,7 @@ jobs:
       - uses: actions/checkout@v3
 
       - name: Set up Python
-        uses: actions/setup-python@v2
+        uses: actions/setup-python@v3
 
       - name: Install latest pip, build, twine
         run: |
index 72247d2bc9a10e0dcc963e362eef1a91f8ebda8c..ce481761aeafec395128f2ec751878653b90384e 100644 (file)
@@ -31,7 +31,7 @@ jobs:
       - uses: actions/checkout@v3
 
       - name: Set up Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v2
+        uses: actions/setup-python@v3
         with:
           python-version: ${{ matrix.python-version }}
 
index b2d6e05b74da2a3b07bf0a126e6431919b307cc1..ed8d9fdd572a8ba8afa2766fcdcfb42fa5978537 100644 (file)
@@ -29,7 +29,7 @@ jobs:
       - uses: actions/checkout@v3
 
       - name: Set up latest Python
-        uses: actions/setup-python@v2
+        uses: actions/setup-python@v3
         with:
           python-version: "*"
 
index e145b16bea50385b7bd599571acf981809ba411d..14b17d68424cad57cad16d81011fae870bb256ba 100644 (file)
@@ -30,7 +30,7 @@ jobs:
       - uses: actions/checkout@v3
 
       - name: Set up Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v2
+        uses: actions/setup-python@v3
 
       - name: Install latest pip
         run: |