Skip to content

Commit

Permalink
Update checkout version in dependency workflow
Browse files Browse the repository at this point in the history
actions/checkout@v2 is deprecated. This brings the version of
actions/checkout inline with the other workflows in the repository.
  • Loading branch information
matthewrfennell authored and tmolitor-stud-tu committed Jan 24, 2025
1 parent c93f148 commit 8011fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xcode-swift-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Resolve Dependencies
id: resolution
Expand Down

0 comments on commit 8011fe2

Please sign in to comment.