Skip to content

Commit

Permalink
ci: Use checkout v4 for deprecated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 6, 2023
1 parent 4e0933a commit 95dc464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deprecated/color.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
version: ${{ matrix.emacs-version }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Prepare Eask (Unix)
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deprecated/error.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
version: ${{ matrix.emacs-version }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

0 comments on commit 95dc464

Please sign in to comment.