diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43193f4..4b1e691 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Grab the source from Git - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # needed to determine version diff --git a/.github/workflows/task.yml b/.github/workflows/task.yml index 10b01c4..a31bd82 100644 --- a/.github/workflows/task.yml +++ b/.github/workflows/task.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Grab the source from Git - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # needed to determine version diff --git a/.github/workflows/update-base.yml b/.github/workflows/update-base.yml index a8de8be..746cc90 100644 --- a/.github/workflows/update-base.yml +++ b/.github/workflows/update-base.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Grab the source from Git - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # needed to determine version