Skip to content

Commit

Permalink
use latest release tag instead of master, update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguida committed Jan 27, 2024
1 parent 1385043 commit 2612407
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
deprecated: [0]

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

- name: Checkout c-lightning@master
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'ElementsProject/lightning'
path: 'lightning'
ref: 'master'
ref: '23.11'
submodules: 'recursive'
fetch-depth: 0 # Required for pyln versions to be recognized

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
sudo make install
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 2612407

Please sign in to comment.