diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index aa77632..d59ead9 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -14,8 +14,8 @@ jobs: steps: - name: Checkout # for security reasons we pin commit ids and not tags. - # actions/checkout@v3.0.2 -> 2541b1294d2704b0964813337f33b291d3f8596b - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + # actions/checkout@v4.1.4 -> 0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b with: fetch-depth: 0 @@ -65,8 +65,8 @@ jobs: steps: - name: Checkout # for security reasons we pin commit ids and not tags. - # actions/checkout@v3.0.2 -> 2541b1294d2704b0964813337f33b291d3f8596b - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + # actions/checkout@v4.1.4 -> 0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0373d91..82bfa53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,8 @@ jobs: steps: - name: Checkout # for security reasons we pin commit ids and not tags. - # actions/checkout@v3.0.2 -> 2541b1294d2704b0964813337f33b291d3f8596b - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + # actions/checkout@v4.1.4 -> 0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b with: fetch-depth: 0 @@ -69,8 +69,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - # actions/checkout@v3.0.2 - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + # actions/checkout@v4.1.4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b with: fetch-depth: 0