all repos

onasty @ 8a864c31dbaedb2cfed5d5a686a8241a88c16677

a one-time notes service
3 files changed, 3 insertions(+), 3 deletions(-)
chore(deps): bump marocchino/tool-versions-action from 1 to 2

Bumps [marocchino/tool-versions-action](https://github.com/marocchino/tool-versions-action) from 1 to 2.
- [Release notes](https://github.com/marocchino/tool-versions-action/releases)
- [Commits](https://github.com/marocchino/tool-versions-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: marocchino/tool-versions-action
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Author: dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com
Committed by: GitHub noreply@github.com
Committed at: 2026-04-01 09:32:30 +0000
Parent: 8d12ded
M .github/workflows/elm.yml
···
        18
        18
             steps:

      
        19
        19
               - uses: actions/checkout@v6

      
        20
        20
               - name: Read .tool-versions

      
        21
        
        -        uses: marocchino/tool-versions-action@v1

      
        
        21
        +        uses: marocchino/tool-versions-action@v2

      
        22
        22
                 id: versions

      
        23
        23
         

      
        24
        24
               - uses: oven-sh/setup-bun@v2

      
M .github/workflows/golang.yml
···
        37
        37
             steps:

      
        38
        38
               - uses: actions/checkout@v6

      
        39
        39
               - name: Read .tool-versions

      
        40
        
        -        uses: marocchino/tool-versions-action@v1

      
        
        40
        +        uses: marocchino/tool-versions-action@v2

      
        41
        41
                 id: versions

      
        42
        42
         

      
        43
        43
               - name: Golangci Lint

      
M .github/workflows/open_api.yml
···
        18
        18
             steps:

      
        19
        19
               - uses: actions/checkout@v6

      
        20
        20
               - name: Read .tool-versions

      
        21
        
        -        uses: marocchino/tool-versions-action@v1

      
        
        21
        +        uses: marocchino/tool-versions-action@v2

      
        22
        22
                 id: versions

      
        23
        23
         

      
        24
        24
               - uses: oven-sh/setup-bun@v2