diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 66a178e..0c9469c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Install libdnssd run: sudo apt-get install libavahi-compat-libdnssd-dev - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: @@ -30,7 +30,7 @@ jobs: matrix: ruby-version: [3.2, 3.1, 3.0] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: