Skip to content

Commit

Permalink
flathub.yml: Bump actions/checkout version to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Apr 8, 2023
1 parent d92f961 commit b358b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flathub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04

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

- name: Install dependencies
run: |
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/.ci
chmod +x *.sh
./flathub_wait_for_build.sh
./flathub_wait_for_build.sh

0 comments on commit b358b68

Please sign in to comment.