mirror of
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git
synced 2025-05-09 05:32:00 -04:00
Update actions/checkout to v4 to use Node.js 20
This commit is contained in:
parent
2ccd6bb858
commit
efb284730f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/flathub.yml
vendored
2
.github/workflows/flathub.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue