Skip to content

Commit bd67af2

Browse files
authored
Merge pull request #226 from codebling/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 1a42423 + aafa58e commit bd67af2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-default-keybindings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ${{ matrix.os }}
2424

2525
steps:
26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@v7
2727
- uses: actions/setup-node@v6
2828
with:
2929
node-version: lts/*
@@ -48,7 +48,7 @@ jobs:
4848

4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v6
51+
- uses: actions/checkout@v7
5252
- name: Download three JSON files
5353
uses: actions/download-artifact@v8
5454
- name: Copy JSON files

0 commit comments

Comments
 (0)