Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Jan 22, 2024
1 parent 6a43d21 commit 2113e45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
run: echo "CACHE_ID=$(date --utc '+%Y-%V')" >> $GITHUB_ENV

- name: Configure cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./docs/.cache
key: mkdocs-${{ env.CACHE_ID }}
restore-keys: mkdocs-

- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
cache: pip

- name: Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: Configure cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/yarn
Expand All @@ -37,7 +37,7 @@ jobs:
restore-keys: ${{ runner.os }}-yarn-

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16

Expand All @@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v4

- name: Configure cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/yarn
Expand All @@ -66,7 +66,7 @@ jobs:
restore-keys: ${{ runner.os }}-yarn-

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16

Expand Down

0 comments on commit 2113e45

Please sign in to comment.