Compare commits

..

7 Commits

Author SHA1 Message Date
Palash Tyagi
83bbbba3e9 Merge e105a51cd7 into b7e8d49f17 2026-01-30 18:51:45 +00:00
Palash Tyagi
e105a51cd7 Merge branch 'main' into Magnus167docs-pypi-link-update 2025-08-20 11:58:44 +01:00
Palash Tyagi
5a4997fe7e Merge branch 'main' into Magnus167docs-pypi-link-update 2024-04-02 12:28:32 +01:00
Palash Tyagi
492beac473 Merge branch 'main' into Magnus167docs-pypi-link-update 2024-02-18 06:51:56 +00:00
Palash Tyagi
8832a84d24 Merge branch 'main' into Magnus167docs-pypi-link-update 2024-01-12 17:00:45 +00:00
Palash Tyagi
597823910f updated pip's caching docs link 2023-10-01 03:03:50 +00:00
Palash Tyagi
cb2f319763 Update examples.md 2023-10-01 03:50:57 +01:00
5 changed files with 11 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v5
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@@ -19,7 +19,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v5
- name: Install dependencies
run: npm ci --ignore-scripts

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checking out
uses: actions/checkout@v6
uses: actions/checkout@v5
- name: Publish
id: publish
uses: actions/publish-immutable-action@0.0.3

View File

@@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v5
- name: Setup Node.js 24.x
uses: actions/setup-node@v4
with:
@@ -46,7 +46,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v5
- name: Generate files in working directory
shell: bash
run: __tests__/create-cache-files.sh ${{ runner.os }} test-cache
@@ -70,7 +70,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v5
- name: Restore cache
uses: ./
with:
@@ -171,7 +171,7 @@ jobs:
exit 1
fi
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v5
- name: Generate files
run: __tests__/create-cache-files.sh proxy test-cache
- name: Save cache
@@ -266,7 +266,7 @@ jobs:
exit 1
fi
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v5
- name: Restore cache
uses: ./
with:

View File

@@ -49,7 +49,7 @@
with:
path: |
~/.bun/install/cache
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
```
### Windows
@@ -59,7 +59,7 @@
with:
path: |
~\.bun
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
```
## C# - NuGet
@@ -454,7 +454,7 @@ Esy allows you to export built dependencies and import pre-built dependencies.
## Python - pip
For pip, the cache directory will vary by OS. See https://pip.pypa.io/en/stable/reference/pip_install/#caching
For pip, the cache directory will vary by OS. See https://pip.pypa.io/en/stable/topics/caching/
Locations: