diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 414d047..cb0f589 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: TYPESENSE_ENABLE_SEARCH_ANALYTICS: 'true' TYPESENSE_ANALYTICS_DIR: '/analytics-data' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Cache .cargo and target uses: actions/cache@v4 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 93790a2..bd4506b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: env: TZ: '/usr/share/zoneinfo/your/location' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Cache .cargo and target uses: actions/cache@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index efc7ac8..4767a8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: permissions: id-token: write # Required for OIDC token exchange steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: rust-lang/crates-io-auth-action@v1 id: auth