Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and d12frosted committed Sep 5, 2023
1 parent 455b9ac commit 4a6cbcd
Show file tree
Hide file tree
Showing 59 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/emacs-26.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
HOMEBREW_EMACS_PLUS_MODE: local

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

- name: Build emacs-plus@26 ${{ matrix.build_opts }}
run: brew install ./Formula/[email protected] ${{ matrix.build_opts }} --verbose
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emacs-27.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
HOMEBREW_EMACS_PLUS_MODE: local

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

- name: Install xquartz
if: contains(matrix.build_opts, '--with-x11')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emacs-28.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
HOMEBREW_EMACS_PLUS_MODE: local

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

- name: Install xquartz
if: contains(matrix.build_opts, '--with-x11')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emacs-29.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
HOMEBREW_EMACS_PLUS_MODE: local

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

- name: Install xquartz
if: contains(matrix.build_opts, '--with-x11')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emacs-30.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
HOMEBREW_EMACS_PLUS_MODE: local

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

- name: Install xquartz
if: contains(matrix.build_opts, '--with-x11')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emacs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus ${{ matrix.build_opts }}
run: brew install Aliases/$(readlink Aliases/emacs-plus) ${{ matrix.build_opts }} --verbose
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-EmacsIcon1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with EmacsIcon1 icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-EmacsIcon1-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-EmacsIcon2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with EmacsIcon2 icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-EmacsIcon2-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-EmacsIcon3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with EmacsIcon3 icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-EmacsIcon3-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-EmacsIcon4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with EmacsIcon4 icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-EmacsIcon4-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-EmacsIcon5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with EmacsIcon5 icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-EmacsIcon5-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-EmacsIcon6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with EmacsIcon6 icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-EmacsIcon6-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-EmacsIcon7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with EmacsIcon7 icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-EmacsIcon7-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-EmacsIcon8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with EmacsIcon8 icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-EmacsIcon8-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-EmacsIcon9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with EmacsIcon9 icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-EmacsIcon9-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-cacodemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with cacodemon icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-cacodemon-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-dragon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with dragon icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-dragon-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-elrumo1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with elrumo1 icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-elrumo1-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-elrumo2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with elrumo2 icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-elrumo2-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-emacs-card-blue-deep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with emacs-card-blue-deep icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-emacs-card-blue-deep-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-emacs-card-british-racing-green.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with emacs-card-british-racing-green icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-emacs-card-british-racing-green-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-emacs-card-carmine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with emacs-card-carmine icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-emacs-card-carmine-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-emacs-card-green.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with emacs-card-green icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-emacs-card-green-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-gnu-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with gnu-head icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-gnu-head-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-memeplex-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with memeplex-slim icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-memeplex-slim-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-memeplex-wide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with memeplex-wide icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-memeplex-wide-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-modern-alecive-flatwoken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with modern-alecive-flatwoken icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-modern-alecive-flatwoken-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-modern-asingh4242.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with modern-asingh4242 icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-modern-asingh4242-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-modern-azhilin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with modern-azhilin icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-modern-azhilin-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-modern-bananxan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with modern-bananxan icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-modern-bananxan-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-modern-black-dragon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with modern-black-dragon icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-modern-black-dragon-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-modern-black-gnu-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with modern-black-gnu-head icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-modern-black-gnu-head-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-modern-black-variant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with modern-black-variant icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-modern-black-variant-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-modern-bokehlicia-captiva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with modern-bokehlicia-captiva icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-modern-bokehlicia-captiva-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-modern-cg433n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with modern-cg433n icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-modern-cg433n-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-modern-doom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with modern-doom icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-modern-doom-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-modern-doom3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with modern-doom3 icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-modern-doom3-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-modern-mzaplotnik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with modern-mzaplotnik icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-modern-mzaplotnik-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-modern-nuvola.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with modern-nuvola icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-modern-nuvola-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-modern-orange.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with modern-orange icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-modern-orange-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-modern-paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with modern-paper icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-modern-paper-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-modern-papirus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with modern-papirus icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-modern-papirus-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-modern-pen-3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with modern-pen-3d icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-modern-pen-3d-icon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icon-modern-pen-black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

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

- name: Build emacs-plus with modern-pen-black icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-modern-pen-black-icon
Expand Down
Loading

0 comments on commit 4a6cbcd

Please sign in to comment.