branch: externals/relint commit f2fa9c1e97b579ff75dc0f8db43e83cad37b7423 Author: Mattias EngdegÄrd <mattias.engdeg...@gmail.com> Commit: Mattias EngdegÄrd <mattias.engdeg...@gmail.com>
Github CI: upgrade actions/checkout from v4 to v5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33ae0f67b0..99c6412983 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: path: relint - name: Check out xr - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: mattiase/xr path: xr