Skip to content

Commit

Permalink
opensuse.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 babf3a1 commit 853de96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/opensuse.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 @@ -65,4 +65,4 @@ jobs:
- name: Submit package
run: |
cd X11:Pantheon:Apps/cozy
osc submitrequest -m "Update to version $(cat /tmp/VERSION)."
osc submitrequest -m "Update to version $(cat /tmp/VERSION)."

0 comments on commit 853de96

Please sign in to comment.