Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.6 (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 27, 2024
1 parent 26e9210 commit 36effd4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- uses: DeterminateSystems/nix-installer-action@v11
- uses: DeterminateSystems/magic-nix-cache-action@v6
- id: set-emacs-versions
Expand All @@ -31,7 +31,7 @@ jobs:
test-sources: ${{ steps.changes.outputs.test-sources }}
nix-sources: ${{ steps.changes.outputs.nix-sources }}
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- uses: dorny/paths-filter@v3
id: changes
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: DeterminateSystems/nix-installer-action@v11
- uses: DeterminateSystems/magic-nix-cache-action@v6
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- name: Check formatting
run: |
nix run --inputs-from . nixpkgs#nixpkgs-fmt -- --check .
Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- uses: DeterminateSystems/nix-installer-action@v11
- uses: DeterminateSystems/magic-nix-cache-action@v6
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- name: Static code analysis
run: |
nix run --inputs-from . nixpkgs#statix -- check .
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: DeterminateSystems/nix-installer-action@v11
- uses: DeterminateSystems/magic-nix-cache-action@v6
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- name: Check for dead code
run: |
nix run --inputs-from . nixpkgs#deadnix -- -f
2 changes: 1 addition & 1 deletion .github/workflows/lint-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
emacs_version: ${{ fromJson(inputs.emacs-versions) }}

steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
emacs_version: ${{ fromJson(inputs.emacs-versions) }}

steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
Expand Down

0 comments on commit 36effd4

Please sign in to comment.