diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0af62ad..aa0b941 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get Time for BUILD_ID id: time diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2acbfc..2dd3f18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get Time for BUILD_ID id: time diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eb98756..5108322 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get Time for BUILD_ID id: time