all repos

onasty @ dependabot/github_actions/marocchino/tool-versions-action-2

a one-time notes service
main...dependabot/github_actions/marocchino/tool-versions-action-2 1 ahead, 0 behind
Merge base: 8d12ded, Base: 8d12ded, Head: 8a864c3

Commits in dependabot/github_actions/marocchino/tool-versions-action-2 not in main

3 files changed, 3 insertions(+), 3 deletions(-)
Message Author Hash Age
chore(deps): bump marocchino/tool-versions-action from 1 to 2... dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com dependabot[bot]
49699333+dependabot[bot]@users.noreply.github.com
8a864c3 2 months ago 2026-04-01 09:32:30 +0000
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