Skip to content

Commit

Permalink
Update GitHub Actions to use Node 20
Browse files Browse the repository at this point in the history
Node 16 has reached its end of life, prompting GitHub to begin its
deprecation process for GitHub Actions utilizing Node 16. Our current
workflow actions, based on Node 16, need to be updated to newer
versions that leverage Node 20.

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
  • Loading branch information
karolszafranski committed Jul 17, 2024
1 parent b4fc398 commit d772083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
using: 'composite'
steps:
- name: "Checkout match repository"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ inputs.match_git_url }}
ref: ${{ inputs.match_git_branch }}
Expand Down Expand Up @@ -78,4 +78,4 @@ runs:
else
security find-identity -v -p codesigning
ls -l ~/Library/MobileDevice/Provisioning\ Profiles/*
fi
fi

0 comments on commit d772083

Please sign in to comment.