]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build(deps): bump actions/checkout from 3 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 4 Sep 2023 18:49:37 +0000 (18:49 +0000)
committerDaniel Wagner <wagi@monom.org>
Tue, 5 Sep 2023 05:23:29 +0000 (07:23 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/appimage.yml
.github/workflows/build.yml
.github/workflows/coverage.yml
.github/workflows/release.yml

index e6521c31fddfa6eb34783afe93dde530b320cbf1..526c879bf584f0ed060e0b5548893f9ba6e50a50 100644 (file)
@@ -16,7 +16,7 @@ jobs:
     container:
       image: ghcr.io/igaw/linux-nvme/debian:latest
     steps:
-     - uses: actions/checkout@v3
+     - uses: actions/checkout@v4
      - name: build
        run: |
          scripts/build.sh appimage
index 26409af99858c061b20f1bb6d877d3db46662561..99036451a19f0ef82e9296c96ec63304d446a778 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     container:
       image: ghcr.io/igaw/linux-nvme/debian.python:latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - name: build
         run: |
           scripts/build.sh -b ${{ matrix.buildtype }} -c ${{ matrix.compiler }}
@@ -40,7 +40,7 @@ jobs:
           - arch: s390x
           - arch: ppc64le
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - name: enable foreign arch
         uses: dbhi/qus/action@main
       - name: compile and run unit tests
@@ -68,7 +68,7 @@ jobs:
       image: ghcr.io/igaw/linux-nvme/debian:latest
     if: github.ref == 'refs/heads/master'
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - name: build
         run: |
           scripts/build.sh -b release -c gcc fallback
@@ -85,7 +85,7 @@ jobs:
     container:
       image: ghcr.io/igaw/linux-nvme/debian:latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - name: build
         run: |
           scripts/build.sh -m muon
index 37cd8436c91b8f5fe14ed1783d514bb81d3161c9..39ea739aaf442792f1bc1312ba618563c04601a0 100644 (file)
@@ -12,7 +12,7 @@ jobs:
     container:
       image: ghcr.io/igaw/linux-nvme/debian.python:latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - name: build
         run: |
           scripts/build.sh coverage
index c88be9e9a8a63df79a5694f352dec34680f1dfcc..82594806e37fa5dd53faa5c30c317522bc2a219d 100644 (file)
@@ -14,7 +14,7 @@ jobs:
     permissions:
       contents: write
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - uses: ncipollo/release-action@v1
         with:
           token: ${{ secrets.GITHUB_TOKEN }}