Skip to content

Commit c0ddac0

Browse files
authored
Merge pull request #66 from purcell/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents c52e91d + 1a9a27b commit c0ddac0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: purcell/setup-emacs@master
1414
with:
1515
version: 29.1
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Run tests
1818
run: make package-lint
1919

@@ -41,7 +41,7 @@ jobs:
4141
- uses: purcell/setup-emacs@master
4242
with:
4343
version: ${{ matrix.emacs_version }}
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
- name: Install deps for tests
4646
run: nix profile install 'nixpkgs#shfmt'
4747
- name: Run tests

0 commit comments

Comments
 (0)