diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bc894f..b66070d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: compiler: [4.14.2, 5.2.0] steps: - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Install deps run: sudo apt-get update && sudo apt-get install -y libasound2-dev shell: bash