diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d3fd593..b4b6b97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: NOTIFY_CURRENT_REPOSITORY_URL: "${{ github.server_url }}/${{ github.repository }}" NOTIFY_TEST_RUN_ID: "${{ github.run_id }}" steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: ruby/setup-ruby@v1.321.0 with: ruby-version: ${{ matrix.version }} @@ -49,7 +49,7 @@ jobs: matrix: version: ["3.3"] steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: ruby/setup-ruby@v1.321.0 with: ruby-version: ${{ matrix.version }}