diff options
| author | omagdy <omar.professional8777@gmail.com> | 2024-11-02 00:07:18 +0200 |
|---|---|---|
| committer | omagdy <omar.professional8777@gmail.com> | 2024-11-02 00:07:18 +0200 |
| commit | 4df156d0510309d877fa0d7c6696079d542739e9 (patch) | |
| tree | 59158782d70c72ba9df485ab2aa3cc9f04ac5beb | |
| parent | 96d748d8bf31bd1b01704d4f32a7891bacb4e2be (diff) | |
| download | ollama-logseq-4df156d0510309d877fa0d7c6696079d542739e9.tar.xz ollama-logseq-4df156d0510309d877fa0d7c6696079d542739e9.zip | |
Updated version of various actiosn in workflow
| -rw-r--r-- | .github/workflows/publish.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9945508..e01174f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,13 +17,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: '16' # You might need to adjust this value to your own version - - uses: pnpm/action-setup@v2.2.1 + - uses: pnpm/action-setup@v4.0.0 with: version: 6.0.2 |
