Skip to content

Commit b2cde22

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#371)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 ad56c15 commit b2cde22

24 files changed

+26
-26
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
version: ${{ matrix.emacs-version }}
6464

65-
- uses: actions/checkout@v5
65+
- uses: actions/checkout@v6
6666

6767
- name: Prepare Eask (Unix)
6868
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- win-x64
4646

4747
steps:
48-
- uses: actions/checkout@v5
48+
- uses: actions/checkout@v6
4949

5050
- name: Install dependencies
5151
run: |
@@ -121,7 +121,7 @@ jobs:
121121
run: mv ${{ matrix.target }}.${{ env._EXT }} ~/
122122

123123
- name: Checkout binaries repository
124-
uses: actions/checkout@v5
124+
uses: actions/checkout@v6
125125
with:
126126
repository: ${{ env.REPO_BIN }}
127127
persist-credentials: false

.github/workflows/compat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
version: ${{ matrix.emacs-version }}
6464

65-
- uses: actions/checkout@v5
65+
- uses: actions/checkout@v6
6666

6767
- name: Prepare Eask (Unix)
6868
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
version: ${{ matrix.emacs-version }}
4343

44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545

4646
- name: Prepare Eask (Unix)
4747
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
version: ${{ matrix.emacs-version }}
6464

65-
- uses: actions/checkout@v5
65+
- uses: actions/checkout@v6
6666

6767
- name: Prepare Eask (Unix)
6868
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
#- windows-latest
4242

4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545

4646
- name: Install Docker (Linux)
4747
if: runner.os == 'Linux'

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
publish-doc:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
with:
3232
submodules: true
3333

@@ -47,7 +47,7 @@ jobs:
4747
npm run build
4848
4949
- name: Check out GitHub page repo
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151
if: github.ref == 'refs/heads/master'
5252
with:
5353
repository: emacs-eask/emacs-eask.github.io

.github/workflows/emacs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
version: ${{ matrix.emacs-version }}
6464

65-
- uses: actions/checkout@v5
65+
- uses: actions/checkout@v6
6666

6767
- name: Prepare Eask (Unix)
6868
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'

.github/workflows/exec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
version: ${{ matrix.emacs-version }}
6161

62-
- uses: actions/checkout@v5
62+
- uses: actions/checkout@v6
6363

6464
- name: Prepare Eask (Unix)
6565
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'

.github/workflows/exit_status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
version: 30.2
4141

42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343

4444
- name: Prepare Eask (Unix)
4545
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)