Skip to content

Commit 3269c61

Browse files
dependabot[bot]Cloudef
authored andcommitted
build(deps): bump actions/checkout from 4 to 5
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](actions/checkout@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>
1 parent e6c41f1 commit 3269c61

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/automation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- uses: DeterminateSystems/nix-installer-action@main
2222
with:
2323
determinate: true
@@ -41,7 +41,7 @@ jobs:
4141
contents: read
4242

4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
- uses: DeterminateSystems/nix-installer-action@main
4646
with:
4747
determinate: true

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout 🛎️
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- name: Install and Build 🔧
1616
run: |
1717
cd docs

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- if: matrix.os == 'ubuntu-latest'
2121
run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- uses: DeterminateSystems/nix-installer-action@main
2424
with:
2525
determinate: true

0 commit comments

Comments
 (0)