Skip to content

Commit

Permalink
Merge pull request #269 from nanasess/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
nanasess authored Sep 4, 2023
2 parents 436d871 + ff58185 commit f344b10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
os: [ macos-latest ]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout Emacs
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: nanasess/emacs-package
ref: for-carbon-emacs
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
os: [ ubuntu-latest ]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: build emacs
run: |
sudo add-apt-repository ppa:kelleyk/emacs
Expand Down

0 comments on commit f344b10

Please sign in to comment.