all repos

onasty @ e73c44fdbf84ef21c9e4554d4bded32f165a256e

a one-time notes service
3 files changed, 4 insertions(+), 4 deletions(-)
chore(deps): bump actions/checkout from 5 to 6 (#239)

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Author: dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com
Committed by: GitHub noreply@github.com
Committed at: 2025-12-04 01:34:23 +0200
Parent: eab9b2c
M .github/workflows/elm.yml
···
        16
        16
               run:

      
        17
        17
                 working-directory: web

      
        18
        18
             steps:

      
        19
        
        -      - uses: actions/checkout@v5

      
        
        19
        +      - uses: actions/checkout@v6

      
        20
        20
               - name: Read .tool-versions

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

      
        22
        22
                 id: versions

      
M .github/workflows/golang.yml
···
        12
        12
           release:

      
        13
        13
             runs-on: ubuntu-latest

      
        14
        14
             steps:

      
        15
        
        -      - uses: actions/checkout@v5

      
        
        15
        +      - uses: actions/checkout@v6

      
        16
        16
         

      
        17
        17
               - name: Set up Go

      
        18
        18
                 uses: actions/setup-go@v6

      ···
        35
        35
           lint:

      
        36
        36
             runs-on: ubuntu-latest

      
        37
        37
             steps:

      
        38
        
        -      - uses: actions/checkout@v5

      
        
        38
        +      - uses: actions/checkout@v6

      
        39
        39
               - name: Read .tool-versions

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

      
        41
        41
                 id: versions

      
M .github/workflows/open_api.yml
···
        16
        16
               run:

      
        17
        17
                 working-directory: web

      
        18
        18
             steps:

      
        19
        
        -      - uses: actions/checkout@v5

      
        
        19
        +      - uses: actions/checkout@v6

      
        20
        20
               - name: Read .tool-versions

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

      
        22
        22
                 id: versions