diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9aa6164..ce0bfa6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Expose GitHub Runtime - uses: crazy-max/ghaction-github-runtime@v3 + uses: crazy-max/ghaction-github-runtime@v4 - name: Env run: | # ACTIONS_RUNTIME_TOKEN, ACTIONS_RUNTIME_URL should be exposed diff --git a/.github/workflows/test_on_push.yml b/.github/workflows/test_on_push.yml index 98e5dc7..2af6855 100644 --- a/.github/workflows/test_on_push.yml +++ b/.github/workflows/test_on_push.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Expose GitHub Runtime - uses: crazy-max/ghaction-github-runtime@v3 + uses: crazy-max/ghaction-github-runtime@v4 - name: Env run: | # ACTIONS_RUNTIME_TOKEN, ACTIONS_RUNTIME_URL should be exposed