diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 00159a2..ccc9644 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -33,7 +33,7 @@ jobs: egress-policy: audit - name: Checkout containers/ramalama-stack - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # https://github.com/actions/checkout/issues/249 fetch-depth: 0 diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 24324de..35f6337 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -42,7 +42,7 @@ jobs: egress-policy: audit - name: Checkout containers/ramalama-stack - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # https://github.com/actions/checkout/issues/249 fetch-depth: 0 diff --git a/.github/workflows/test-container.yml b/.github/workflows/test-container.yml index 1a494b9..fc2b3ab 100644 --- a/.github/workflows/test-container.yml +++ b/.github/workflows/test-container.yml @@ -33,7 +33,7 @@ jobs: egress-policy: audit - name: Checkout containers/ramalama-stack - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # https://github.com/actions/checkout/issues/249 fetch-depth: 0 diff --git a/.github/workflows/test-external-providers.yml b/.github/workflows/test-external-providers.yml index 46aeb3e..c3242f0 100644 --- a/.github/workflows/test-external-providers.yml +++ b/.github/workflows/test-external-providers.yml @@ -55,7 +55,7 @@ jobs: run: echo "INFERENCE_MODEL_NO_COLON=$(echo "$INFERENCE_MODEL" | tr ':' '_')" >> $GITHUB_ENV - name: Checkout containers/ramalama-stack - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # https://github.com/actions/checkout/issues/249 fetch-depth: 0 diff --git a/.github/workflows/test-lls-integration.yml b/.github/workflows/test-lls-integration.yml index b0bfe83..ff3559b 100644 --- a/.github/workflows/test-lls-integration.yml +++ b/.github/workflows/test-lls-integration.yml @@ -33,7 +33,7 @@ jobs: egress-policy: audit - name: Checkout containers/ramalama-stack - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # https://github.com/actions/checkout/issues/249 fetch-depth: 0