Skip to content

Commit

Permalink
Merge #215
Browse files Browse the repository at this point in the history
215: Build(deps): Bump actions/checkout from 3.6.0 to 4.0.0 r=matthiasbeyer a=dependabot[bot]

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Sep 11, 2023
2 parents 2b193d5 + d915ceb commit 8b55f6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
license:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- name: Check License Lines
uses: kt3k/[email protected]
dco-check:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
- name: Setup Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
- name: Install Nix
uses: cachix/install-nix-action@v23
with:
Expand Down

0 comments on commit 8b55f6f

Please sign in to comment.