Skip to content

Commit

Permalink
chore(workflow): update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yegormi authored Nov 15, 2024
1 parent 218d981 commit d116f7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift-dependency-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1.3.0
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.APP_ID }} # These two secrets need to be added
private_key: ${{ secrets.APP_PRIVATE_KEY }} # to your repository settings
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: repo
fetch-depth: 0 # Fetching the whole repo is required to check if branches already exist
token: ${{ steps.generate_token.outputs.token }} # Checkout repo pre-configured with right token
- name: Install Swift
uses: SwiftyLab/setup-swift@latest
- name: Checkout swift-dependency-updater
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: Nef10/swift-dependency-updater
path: swift-dependency-updater
Expand Down

0 comments on commit d116f7e

Please sign in to comment.