diff --git a/.github/workflows/pr_validation.yml b/.github/workflows/pr_validation.yml index d5c47d8..d8c2589 100644 --- a/.github/workflows/pr_validation.yml +++ b/.github/workflows/pr_validation.yml @@ -23,7 +23,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: lfs: true fetch-depth: 0 @@ -70,7 +70,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 @@ -132,7 +132,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7acb141..3bf58c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 @@ -145,7 +145,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0