all repos

onasty @ d87c77036a6b62582d94fe442e75a28b6435b026

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

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  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-09-01 19:34:23 +0300
Parent: befc7ab
M .github/workflows/elm.yml
···
        16
        16
               run:

      
        17
        17
                 working-directory: web

      
        18
        18
             steps:

      
        19
        
        -      - uses: actions/checkout@v4

      
        
        19
        +      - uses: actions/checkout@v5

      
        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@v4

      
        
        15
        +      - uses: actions/checkout@v5

      
        16
        16
         

      
        17
        17
               - name: Set up Go

      
        18
        18
                 uses: actions/setup-go@v5

      ···
        35
        35
           lint:

      
        36
        36
             runs-on: ubuntu-latest

      
        37
        37
             steps:

      
        38
        
        -      - uses: actions/checkout@v4

      
        
        38
        +      - uses: actions/checkout@v5

      
        39
        39
               - name: Read .tool-versions

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

      
        41
        41
                 id: versions