Update Actions to v3 to fix Node.js 12 Warnings

This commit is contained in:
Joel Klabo
2023-03-11 08:51:01 -08:00
committed by mergify[bot]
parent 12fbf9387d
commit d5412cbe89

View File

@@ -24,10 +24,10 @@ jobs:
deprecated: [0]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Checkout c-lightning@master
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: 'ElementsProject/lightning'
path: 'lightning'
@@ -82,7 +82,7 @@ jobs:
sudo make install
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}