diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58a0b13..e56bafd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: contents: read statuses: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - uses: super-linter/super-linter/slim@v7.1.0 @@ -29,7 +29,7 @@ jobs: run: working-directory: bookmarkmgr steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: sudo apt-get update - run: sudo apt-get install -y --no-install-recommends python3-poetry - name: Don't build native modules