diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e3a3d2c..e623bac 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true @@ -53,7 +53,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Download Artifact (build_and_test) uses: actions/download-artifact@v6