Skip to content

Commit 31a73c1

Browse files
authored
Merge pull request #42 from nix-community/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 363943e + d1f5281 commit 31a73c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bump.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
1414
steps:
1515
- name: git checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
- name: Install Nix via Cachix
1818
if: env.using_self_hosted_runner_with_nix != 'true'
1919
uses: cachix/install-nix-action@v31
@@ -51,3 +51,4 @@ jobs:
5151
nix flake check --impure
5252
- name: push to origin
5353
run: git push
54+
continue-on-error: true # PRs shouldn't be failed for lacking this permission

0 commit comments

Comments
 (0)