Skip to content

Commit

Permalink
Bump workflows to actions/checkout@v4, fix permissions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Jan 27, 2024
1 parent 4d28730 commit e616ac7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
LISP: ${{ matrix.lisp }}
QUICKLISP_DIST: ${{ matrix.quicklisp-dist }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup Lisp
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ jobs:
release:
name: Build chronogram-dist and package for release
runs-on: ubuntu-latest
permissions:
contents: write
env:
LISP: sbcl-bin
QUICKLISP_DIST: ultralisp

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down

0 comments on commit e616ac7

Please sign in to comment.