diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 95d1ca9..83348cf 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -10,7 +10,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup GO uses: actions/setup-go@v5 - name: Test and Build @@ -23,11 +23,11 @@ jobs: retention-days: 1 - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@v6.2 + uses: mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b # v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Create a GitHub release - uses: ncipollo/release-action@v1 + uses: ncipollo/release-action@1c89adf39833729d8f85a31ccbc451b078733c80 # v1.19.1 with: tag: ${{ steps.tag_version.outputs.new_tag }} name: Release ${{ steps.tag_version.outputs.new_tag }} diff --git a/go.mod b/go.mod index e425737..f701f21 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/tpokki/mtls-proxy -go 1.21.4 +go 1.23.5