diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb068111107..c3ce9cc1aa4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: # ref. https://github.com/yao-pkg/pkg/issues/183 runs-on: macos-latest steps: - - uses: Kesin11/actions-timeline@54d513e0b5ff1158f1cf8321108d666a5a6c1fca # v2 + - uses: Kesin11/actions-timeline@44c9c178ffb2fb1d9859614a3ffa79ccfb77565e # v3 - uses: actions/checkout@v5 @@ -45,7 +45,7 @@ jobs: contents: read runs-on: ubuntu-latest steps: - - uses: Kesin11/actions-timeline@54d513e0b5ff1158f1cf8321108d666a5a6c1fca # v2 + - uses: Kesin11/actions-timeline@44c9c178ffb2fb1d9859614a3ffa79ccfb77565e # v3 - uses: actions/checkout@v5 diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index aa2a5cd6978..048304a07ce 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -13,7 +13,7 @@ jobs: contents: read runs-on: ubuntu-latest steps: - - uses: Kesin11/actions-timeline@54d513e0b5ff1158f1cf8321108d666a5a6c1fca # v2 + - uses: Kesin11/actions-timeline@44c9c178ffb2fb1d9859614a3ffa79ccfb77565e # v3 - name: Check out repository uses: actions/checkout@v5 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index be2d1949a23..b4fddb8633e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: contents: read runs-on: ubuntu-latest steps: - - uses: Kesin11/actions-timeline@54d513e0b5ff1158f1cf8321108d666a5a6c1fca # v2 + - uses: Kesin11/actions-timeline@44c9c178ffb2fb1d9859614a3ffa79ccfb77565e # v3 - uses: actions/checkout@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4e64b0593c..101c8394df6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -146,4 +146,4 @@ jobs: runs-on: ubuntu-latest if: ${{ !cancelled() }} steps: - - uses: Kesin11/actions-timeline@54d513e0b5ff1158f1cf8321108d666a5a6c1fca # v2 + - uses: Kesin11/actions-timeline@44c9c178ffb2fb1d9859614a3ffa79ccfb77565e # v3 diff --git a/.github/workflows/test-executables.yml b/.github/workflows/test-executables.yml index bf9150a7faf..ab17b9592f5 100644 --- a/.github/workflows/test-executables.yml +++ b/.github/workflows/test-executables.yml @@ -16,7 +16,7 @@ jobs: # ref. https://github.com/yao-pkg/pkg/issues/183 runs-on: macos-latest steps: - - uses: Kesin11/actions-timeline@54d513e0b5ff1158f1cf8321108d666a5a6c1fca # v2 + - uses: Kesin11/actions-timeline@44c9c178ffb2fb1d9859614a3ffa79ccfb77565e # v3 - uses: actions/checkout@v5 - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4 - uses: actions/setup-node@v6 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7991c835e5f..1308833e987 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -132,4 +132,4 @@ jobs: runs-on: ubuntu-latest if: ${{ !cancelled() }} steps: - - uses: Kesin11/actions-timeline@54d513e0b5ff1158f1cf8321108d666a5a6c1fca # v2 + - uses: Kesin11/actions-timeline@44c9c178ffb2fb1d9859614a3ffa79ccfb77565e # v3 diff --git a/.github/workflows/yamory.yml b/.github/workflows/yamory.yml index 260c897224f..92beb48ac99 100644 --- a/.github/workflows/yamory.yml +++ b/.github/workflows/yamory.yml @@ -10,7 +10,7 @@ jobs: name: Yamory runs-on: ubuntu-latest steps: - - uses: Kesin11/actions-timeline@54d513e0b5ff1158f1cf8321108d666a5a6c1fca # v2 + - uses: Kesin11/actions-timeline@44c9c178ffb2fb1d9859614a3ffa79ccfb77565e # v3 - uses: actions/checkout@v5