Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamas K Lengyel committed Jan 16, 2024
1 parent e0dd944 commit 01b119c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/astyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ jobs:
permissions: read-all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: actions/checkout@v4

- name: install dependencies
run: sudo apt-get install astyle
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- 'ubuntu-20.04'
- 'ubuntu-latest'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
cd ..
ls -la
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: kfx-${{ matrix.os }}
path: |
Expand Down

0 comments on commit 01b119c

Please sign in to comment.