Update actions/checkout to v4 to use Node.js 20

This commit is contained in:
Serhii Yeremenko 2024-01-27 08:38:02 +02:00
parent 2ccd6bb858
commit efb284730f
No known key found for this signature in database
GPG key ID: AB6D54C1C16D2507
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Flatpak and dependencies
run: |
sudo apt-get update

View file

@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install xmlstarlet
run: sudo apt-get install xmlstarlet
- name: Run tests