Skip to content

Commit

Permalink
Add friendly name to checkout, Update Ubuntu to 24.04 (#116)
Browse files Browse the repository at this point in the history
Add friendly name to checkout, Update Ubuntu to 24.04.
  • Loading branch information
Kichura authored May 18, 2024
1 parent 038ae23 commit 73ce878
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/git-repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:
jobs:
sync-bitbucket:
if: github.repository_owner == 'Fabulously-Optimized'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Git Repo Sync - BitBucket
steps:
- uses: actions/checkout@v4
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wangchucheng/[email protected]
Expand Down

0 comments on commit 73ce878

Please sign in to comment.