diff --git a/.github/workflows/luarocks.yml b/.github/workflows/luarocks.yml index ef1a790..487a4ea 100644 --- a/.github/workflows/luarocks.yml +++ b/.github/workflows/luarocks.yml @@ -17,7 +17,7 @@ jobs: name: Release steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Required to count the commits - name: Get Version diff --git a/.github/workflows/nix-build.yml b/.github/workflows/nix-build.yml index 19af516..a0f50f7 100644 --- a/.github/workflows/nix-build.yml +++ b/.github/workflows/nix-build.yml @@ -13,7 +13,7 @@ jobs: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Install Nix