Skip to content

Commit

Permalink
Merge pull request #327 from TheNeikos/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4.2.2

Bump actions/checkout from 4.2.0 to 4.2.2
  • Loading branch information
matthiasbeyer authored Nov 1, 2024
2 parents 6f7aed3 + 1ccf3d2 commit 05a853c
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/[email protected].0
- uses: actions/[email protected].2
- name: Check License Lines
uses: kt3k/[email protected]
dco-check:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
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/[email protected].0
uses: actions/[email protected].2
- name: Install Nix
uses: cachix/install-nix-action@v29
with:
Expand Down

0 comments on commit 05a853c

Please sign in to comment.