]> 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/checkout from 2 to 3 (#2909)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 7 Mar 2022 16:44:01 +0000 (08:44 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Mar 2022 16:44:01 +0000 (08:44 -0800)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
.github/workflows/changelog.yml
.github/workflows/diff_shades.yml
.github/workflows/diff_shades_comment.yml
.github/workflows/doc.yml
.github/workflows/docker.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 476e2545ce801fd0cd9a79522623c9b12183331f..3ffdb0864937be9c67470dced137ed97a440fa7a 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
       - name: Grep CHANGES.md for PR number
         if: contains(github.event.pull_request.labels.*.name, 'skip news') != true
index 68cc2383306f05b9f929f8ee335db1d67ca1b761..62cac6748fdad2153f4f1177b83f3cb1bb21bb40 100644 (file)
@@ -42,7 +42,7 @@ jobs:
 
     steps:
       - name: Checkout this repository (full clone)
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           fetch-depth: 0
 
index 0433bbbf85ff5818d9f6d9b3d3c4a629a9087747..d09c1e3b2a3c428114737c760b7d7aa4748ab57f 100644 (file)
@@ -12,7 +12,7 @@ jobs:
   comment:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - uses: actions/setup-python@v2
 
       - name: Install support dependencies
index 5689d2887c4fdf5ac70a44e3b15808b657dea223..b831151afacaa160010ced4b9164518315985665 100644 (file)
@@ -18,7 +18,7 @@ jobs:
 
     runs-on: ${{ matrix.os }}
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
       - name: Set up latest Python
         uses: actions/setup-python@v2
index 0825385c6c08989d763a7bb0dea24df6f8cf471f..b75ce2bb6f1562e2ebae34c82e0621bb4585d389 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Set up QEMU
         uses: docker/setup-qemu-action@v1
index 146277a7312f0fc5a5a98eee561e65b6a9d79dee..4721a8427732edd686df0894bb59952facb2c149 100644 (file)
@@ -18,7 +18,7 @@ jobs:
         python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
       - name: Set up Python ${{ matrix.python-version }}
         uses: actions/setup-python@v2
index 2f6c504d3f260d1ec9c93b10714cba451491791c..0061ebcd730ceff092391bc710398c67f7fec416 100644 (file)
@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
       - name: Set up Python
         uses: actions/setup-python@v2
index 0921b624c45eaa7696e0784553778d69630e2c23..d3eeaad286ff1b6a46323b3e3c4621dae12c4ce5 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
       - name: Set up Python
         uses: actions/setup-python@v2
index 7ba2a84d049b301215088e3fa869a4997ba5ccbf..72247d2bc9a10e0dcc963e362eef1a91f8ebda8c 100644 (file)
@@ -28,7 +28,7 @@ jobs:
         os: [ubuntu-latest, macOS-latest, windows-latest]
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
       - name: Set up Python ${{ matrix.python-version }}
         uses: actions/setup-python@v2
@@ -74,7 +74,7 @@ jobs:
 
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Coveralls finished
         uses: AndreMiras/coveralls-python-action@v20201129
         with:
index 766f37cc321bf3846abda4ac1e9f887f1da171d1..b2d6e05b74da2a3b07bf0a126e6431919b307cc1 100644 (file)
@@ -26,7 +26,7 @@ jobs:
             executable_mime: "application/x-mach-binary"
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
       - name: Set up latest Python
         uses: actions/setup-python@v2
index a639bbd1b971adda5312e9e71f847ac3532f21a2..e145b16bea50385b7bd599571acf981809ba411d 100644 (file)
@@ -27,7 +27,7 @@ jobs:
         os: [ubuntu-latest, macOS-latest]
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
       - name: Set up Python ${{ matrix.python-version }}
         uses: actions/setup-python@v2