Skip to content

Commit

Permalink
RCC building: Use actions/checkout@v4
Browse files Browse the repository at this point in the history
This might avoid the error described in
https://github.com/orgs/community/discussions/26321

However, we haven't encountered these errors in the RCC build up to now.
  • Loading branch information
jherbel committed Sep 5, 2023
1 parent 077739f commit a39f7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down

0 comments on commit a39f7b7

Please sign in to comment.