diff --git a/.github/workflows/release-showbridge.yaml b/.github/workflows/release-showbridge.yaml index 0a2f169..fe325b3 100644 --- a/.github/workflows/release-showbridge.yaml +++ b/.github/workflows/release-showbridge.yaml @@ -17,7 +17,7 @@ jobs: short_commit: ${{ steps.set_commit.outputs.short_commit }} steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: set environment variables @@ -45,7 +45,7 @@ jobs: SHORT_COMMIT: ${{ needs.setup_release.outputs.short_commit }} steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: setup go @@ -79,7 +79,7 @@ jobs: SHORT_COMMIT: ${{ needs.setup_release.outputs.short_commit }} steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: setup go @@ -113,7 +113,7 @@ jobs: SHORT_COMMIT: ${{ needs.setup_release.outputs.short_commit }} steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: setup go @@ -153,7 +153,7 @@ jobs: SHORT_COMMIT: ${{ needs.setup_release.outputs.short_commit }} steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: setup go @@ -185,7 +185,7 @@ jobs: SHORT_COMMIT: ${{ needs.setup_release.outputs.short_commit }} steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: setup go @@ -215,7 +215,7 @@ jobs: if: github.ref_type == 'tag' && github.event_name != 'workflow_dispatch' steps: - name: Check out repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up QEMU uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 diff --git a/.github/workflows/test-showbridge.yaml b/.github/workflows/test-showbridge.yaml index 7f9b91c..a5f7adf 100644 --- a/.github/workflows/test-showbridge.yaml +++ b/.github/workflows/test-showbridge.yaml @@ -26,7 +26,7 @@ jobs: - name: Install alsa run: sudo apt-get install -y libasound2-dev - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: go-version-file: "go.mod"