diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index db92476..e4a18c4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get Time for BUILD_ID id: time diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 233683a..f939dbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get Time for BUILD_ID id: time diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ad8ad95..ae302e7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get Time for BUILD_ID id: time