.github/workflows/test.yml in datadog_api_client-2.10.0 vs .github/workflows/test.yml in datadog_api_client-2.11.0

- old
+ new

@@ -86,12 +86,12 @@ - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true - # modify repository secret when there are problems with installing gems - cache-version: ${{ secrets.CACHE_VERSION }} + # modify repository variable when there are problems with installing gems + cache-version: ${{ vars.CACHE_VERSION }} - name: Test run: ./run-tests.sh shell: bash examples: @@ -104,11 +104,11 @@ - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: "2.7" bundler-cache: true - # modify repository secret when there are problems with installing gems - cache-version: ${{ secrets.CACHE_VERSION }} + # modify repository variable when there are problems with installing gems + cache-version: ${{ vars.CACHE_VERSION }} - name: Check examples run: ./check-examples.sh shell: bash report: