]> 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 3 to 4 (#3121)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Mon, 13 Jun 2022 14:02:39 +0000 (17:02 +0300)
committerGitHub <noreply@github.com>
Mon, 13 Jun 2022 14:02:39 +0000 (07:02 -0700)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)

---
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>
.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 749f87cdcdb1d1348f0caec6de5ed93299272d52..390089eca42a7067d6b0d91b899b3dfd2e56307f 100644 (file)
@@ -20,7 +20,9 @@ jobs:
 
     steps:
       - uses: actions/checkout@v3
-      - uses: actions/setup-python@v3
+      - uses: actions/setup-python@v4
+        with:
+          python-version: "*"
 
       - name: Install diff-shades and support dependencies
         run: |
@@ -54,7 +56,9 @@ jobs:
           # The baseline revision could be rather old so a full clone is ideal.
           fetch-depth: 0
 
-      - uses: actions/setup-python@v3
+      - uses: actions/setup-python@v4
+        with:
+          python-version: "*"
 
       - name: Install diff-shades and support dependencies
         run: |
index 94302735d0abe703b0e8e41d6cbef2e44c11fdae..a5d213875c7c7c4eb751bd8192d5f368d2f04b38 100644 (file)
@@ -13,7 +13,9 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v3
-      - uses: actions/setup-python@v3
+      - uses: actions/setup-python@v4
+        with:
+          python-version: "*"
 
       - name: Install support dependencies
         run: |
index e2a0142cc652960c31d6b8905959f4a8f0514e31..97f5f01e1b54c839d5e7da00a260f8ee83857bc7 100644 (file)
@@ -24,7 +24,9 @@ jobs:
       - uses: actions/checkout@v3
 
       - name: Set up latest Python
-        uses: actions/setup-python@v3
+        uses: actions/setup-python@v4
+        with:
+          python-version: "*"
 
       - name: Install dependencies
         run: |
index d796fd50564030576d200c932af36ea5c287c05f..4ee6c839b48bc131ac0d6bbcb74aa0920b8317be 100644 (file)
@@ -24,7 +24,7 @@ jobs:
       - uses: actions/checkout@v3
 
       - name: Set up Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v3
+        uses: actions/setup-python@v4
         with:
           python-version: ${{ matrix.python-version }}
 
index 01cf31502b1c34f7b7b5faf5679d3bd8f39050d0..fcfaa7885b14d9dbdee4c86a40ad8dfe5ff24277 100644 (file)
@@ -17,7 +17,9 @@ jobs:
       - uses: actions/checkout@v3
 
       - name: Set up Python
-        uses: actions/setup-python@v3
+        uses: actions/setup-python@v4
+        with:
+          python-version: "*"
 
       - name: Install dependencies
         run: |
index ef524a8ece6f6c0d29b4de46b4189e50011036c1..cda215aa5d62e78ad84fd47629bfb11464f37b8f 100644 (file)
@@ -16,7 +16,9 @@ jobs:
       - uses: actions/checkout@v3
 
       - name: Set up Python
-        uses: actions/setup-python@v3
+        uses: actions/setup-python@v4
+        with:
+          python-version: "*"
 
       - name: Install latest pip, build, twine
         run: |
index ce481761aeafec395128f2ec751878653b90384e..b99f9ddaa68d174bd4b0f5d32154113d1193cc13 100644 (file)
@@ -31,7 +31,7 @@ jobs:
       - uses: actions/checkout@v3
 
       - name: Set up Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v3
+        uses: actions/setup-python@v4
         with:
           python-version: ${{ matrix.python-version }}
 
index 6bb1d23306b5c3d314e62cb71ab3aac7a77dde4b..ed5ed961e672e84ff9f4f2e23b6fe54d3a06405e 100644 (file)
@@ -34,7 +34,7 @@ jobs:
       - uses: actions/checkout@v3
 
       - name: Set up latest Python
-        uses: actions/setup-python@v3
+        uses: actions/setup-python@v4
         with:
           python-version: "*"
 
index bbc39935f8917c1835c95eae953600ac632c6b4b..9f24782696973697e226845283f48b94fe9d96eb 100644 (file)
@@ -33,7 +33,9 @@ jobs:
       - uses: actions/checkout@v3
 
       - name: Set up Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v3
+        uses: actions/setup-python@v4
+        with:
+          python-version: "*"
 
       - name: Install latest pip
         run: |