diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4eef97a..47186f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: container: image: quay.io/prometheus/golang-builder:1.22-base steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: prometheus/promci@v0.4.7 - uses: ./.github/promci/actions/setup_environment - run: make @@ -24,7 +24,7 @@ jobs: matrix: thread: [ 0, 1, 2 ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: prometheus/promci@v0.4.7 - uses: ./.github/promci/actions/build with: @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Go uses: actions/setup-go@v5 with: @@ -54,7 +54,7 @@ jobs: needs: [test, build] if: github.event_name == 'push' && github.event.ref == 'refs/heads/master' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: prometheus/promci@v0.4.7 - uses: ./.github/promci/actions/publish_main with: @@ -71,7 +71,7 @@ jobs: needs: [test, build] if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: prometheus/promci@v0.4.7 - uses: ./.github/promci/actions/publish_release with: