diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 7e7d918..87cc6c9 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -28,7 +28,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 with: - version: v2.11.4 + version: v2.12.0 - name: run tests run: make test diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 273a1f6..78d9041 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Send Telegram Notification on new release - uses: cbrgm/telegram-github-action@14bbb5d52c0dddd791c3bc9b2f1c4820da59395b # v1.3.14 + uses: cbrgm/telegram-github-action@bd85ecf48b5b5c48b033a5ade308ac31a2b4e79a # v1.4.0 with: token: ${{ secrets.TELEGRAM_TOKEN }} to: ${{ secrets.TELEGRAM_CHAT_ID }} @@ -27,7 +27,7 @@ jobs: - name: Send Mastodon Status on new release id: mastodon - uses: cbrgm/mastodon-github-action@fc8b40e2ec9e8208654b0bd8695e03ecc3364d7d # v2.1.26 + uses: cbrgm/mastodon-github-action@776364a15dd1171530479600c75363f7cbc89ef5 # v2.2.0 if: ${{ !github.event.repository.private }} with: access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}