File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v5
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1919 APP_PATH : sample-apps/${{ matrix.instrumentation-type}}-instrumentation/${{ matrix.app-platform }}
2020 steps :
2121 - name : Checkout This Repo
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v5
2323 - name : Configure AWS Credentials
2424 uses : aws-actions/configure-aws-credentials@v1
2525 with :
Original file line number Diff line number Diff line change 2525 name : " ${{ matrix.gem }} / ${{ matrix.os }}"
2626 runs-on : ${{ matrix.os }}
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 - name : " Test Ruby 3.4"
3030 uses : ./.github/actions/test_gem
3131 with :
Original file line number Diff line number Diff line change 1515 APP_PATH : sample-apps/${{ matrix.instrumentation-type}}-instrumentation/${{ matrix.app-platform }}
1616 steps :
1717 - name : Checkout This Repo
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v5
1919 - name : Set up Docker Buildx
2020 uses : docker/setup-buildx-action@v2
2121 - name : Cache Docker layers
Original file line number Diff line number Diff line change 2626 needs : validate-udp-exporter-e2e-test
2727 steps :
2828 - name : Checkout Repo @ SHA - ${{ github.sha }}
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030
3131 # Install ruby and bundle dependencies and cache!
3232 - name : Install Ruby ${{ env.RUBY_VERSION }} with dependencies
Original file line number Diff line number Diff line change 6868 run : |
6969 echo "$TEST_DURATION_MINUTES" | tee --append $GITHUB_ENV;
7070 - name : Clone This Repo @ ${{ env.TARGET_SHA }}
71- uses : actions/checkout@v3
71+ uses : actions/checkout@v5
7272 with :
7373 ref : ${{ env.TARGET_SHA }}
7474
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout Repo @ SHA - ${{ github.sha }}
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 # Install ruby and bundle dependencies and cache!
2222 - name : Install Ruby ${{ env.RUBY_VERSION }} with dependencies
You can’t perform that action at this time.
0 commit comments