This is an automated email from the ASF dual-hosted git repository. davin pushed a commit to branch scholarsmate-actions-co-v5 in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
commit c52857cb57cd8fa2aad583336654d84d30c251e8 Author: Davin Shearer <[email protected]> AuthorDate: Fri Sep 5 09:25:13 2025 -0400 Update checkout action to version 5.0.0 Sync actions/checkout release version of release-candidate CI with the rest of the CI workflows, which are using v5.0.0. --- .github/workflows/release-candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index ccb0fa0..2c39707 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2 + uses: actions/[email protected] - name: ASF Release Candidate id: rc
