Skip to content

Commit

Permalink
Update the checkout action to the current version
Browse files Browse the repository at this point in the history
Fixes issue #752
  • Loading branch information
seb128 committed Jan 24, 2025
1 parent e85f1b9 commit 71bb7b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout this repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run desktop-snaps action
uses: ubuntu/desktop-snaps@add-action
with:
Expand All @@ -129,7 +129,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout this repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run desktop-snaps action
uses: ubuntu/desktop-snaps@stable
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
steps:
# Step to checkout the desktop-snaps repo so that we can run updatesnapyaml.py. We need to define a folder called desktop-snaps to avoid the checkout overwriting the other repo's checkout which comes first in the other repo's workflow
- name: checkout desktop-snaps repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'ubuntu/desktop-snaps'
ref: stable
Expand Down

0 comments on commit 71bb7b8

Please sign in to comment.