Skip to content

Commit 36580dd

Browse files
chore(deps): bump actions/checkout from 6 to 7 (#51)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a3a8b7 commit 36580dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-proxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
exe: .exe
6363

6464
steps:
65-
- uses: actions/checkout@v6
65+
- uses: actions/checkout@v7
6666

6767
- name: Install dependencies
6868
run: |

.github/workflows/test-elisp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
experimental: true
3636

3737
steps:
38-
- uses: actions/checkout@v6
38+
- uses: actions/checkout@v7
3939

4040
- uses: jcs090218/setup-emacs@master
4141
with:

0 commit comments

Comments
 (0)