diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48be0fc..a6cdc65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: run: working-directory: . steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Install dependencies run: sudo apt-get update && sudo apt-get install -y build-essential cppcheck clang-format - name: Run linter diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49c656c..f4c207c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: config-file: release-please-config.json manifest-file: .release-please-manifest.json - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-python@v6