Skip to content

Commit

Permalink
Bump workflows to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Jan 27, 2024
1 parent cb67bd4 commit 40620b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BSD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
lisp: [sbcl, ecl]

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

- name: Run tests on OpenBSD
uses: vmactions/openbsd-vm@v0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
LISP: ${{ matrix.lisp }}
QUICKLISP_DIST: ${{ matrix.quicklisp-dist }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Lisp
continue-on-error: true
Expand Down

0 comments on commit 40620b0

Please sign in to comment.