Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

chore: bump github.com/gofiber/fiber/v2 from 2.52.9 to 2.52.11 in /ex… #3060

chore: bump github.com/gofiber/fiber/v2 from 2.52.9 to 2.52.11 in /ex…

chore: bump github.com/gofiber/fiber/v2 from 2.52.9 to 2.52.11 in /ex… #3060

on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
name: release-please
jobs:
release-please:
runs-on: ARM64
steps:
# See https://docs.github.com/en/actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow
# For why we need to generate a token and not use the default
- name: Generate token
id: generate_token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.GH_ACTIONS_HELPER_APP_ID }}
private-key: ${{ secrets.GH_ACTIONS_HELPER_PK }}
- name: release please
uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: simple
command: manifest
token: ${{ steps.generate_token.outputs.token }}
monorepo-tags: true