diff --git a/.github/workflows/ci-pr.yaml b/.github/workflows/ci-pr.yaml index 09f99f79e..4ad3582ad 100644 --- a/.github/workflows/ci-pr.yaml +++ b/.github/workflows/ci-pr.yaml @@ -30,7 +30,7 @@ jobs: uses: frequenz-floss/gh-action-setup-git@v1.0.0 - name: Fetch sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d57efdb01..664f1252f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: uses: frequenz-floss/gh-action-setup-git@v1.0.0 - name: Fetch sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true @@ -179,7 +179,7 @@ jobs: uses: frequenz-floss/gh-action-setup-git@v1.0.0 - name: Fetch sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true @@ -215,7 +215,7 @@ jobs: uses: frequenz-floss/gh-action-setup-git@v1.0.0 - name: Fetch sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true