]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
build(deps): bump actions/checkout from 3 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 11 Sep 2023 02:39:36 +0000 (02:39 +0000)
committerDaniel Wagner <wagi@monom.org>
Mon, 11 Sep 2023 07:47:09 +0000 (09:47 +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/build.yml
.github/workflows/coverage.yml
.github/workflows/release-python.yml
.github/workflows/release.yml

index bed5d2e069b68193ba982a5a2d12be4ff4224596..382f2372f4f56bed9b205384f659c11e010df1fc 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     container:
       image: ghcr.io/igaw/linux-nvme/debian:latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - uses: actions/setup-python@v4
         with:
           python-version: '3.x'
@@ -43,7 +43,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
@@ -70,7 +70,7 @@ jobs:
     container:
       image: ghcr.io/igaw/linux-nvme/debian:latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - uses: actions/setup-python@v4
         with:
           python-version: '3.x'
@@ -92,7 +92,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
       - uses: actions/setup-python@v4
         with:
           python-version: '3.x'
@@ -112,7 +112,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 b9158f7276dd9de3c96b8a9d45f8176397d0cfb1..d30aacc58e764d899fa4740bd72800c25b85a6ba 100644 (file)
@@ -18,7 +18,7 @@ jobs:
     container:
       image: ghcr.io/igaw/linux-nvme/debian.python:latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
 
       - name: Allow workspace
         run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
index 6ca27417537b8f3ea4769820afd616439407aabe..63bb5e117e88652c429c7b79af8563e09acdda0b 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 }}