🪴 my neovim config:)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): bump actions/checkout from 4 to 5 (#24)

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>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
eb927fed a90982d3

+2 -2
+1 -1
.github/workflows/build.yml
··· 29 29 30 30 steps: 31 31 - name: Checkout 32 - uses: actions/checkout@v4 32 + uses: actions/checkout@v5 33 33 with: 34 34 persist-credentials: false 35 35 ref: ${{ inputs.ref && inputs.ref || github.ref_name }}
+1 -1
.github/workflows/update.yml
··· 20 20 21 21 steps: 22 22 - name: Checkout repository 23 - uses: actions/checkout@v4.1.0 23 + uses: actions/checkout@v5 24 24 25 25 - name: Install Nix 26 26 uses: DeterminateSystems/nix-installer-action@main