Skip to content

Commit

Permalink
upgrade used actions
Browse files Browse the repository at this point in the history
  • Loading branch information
benderl committed Feb 15, 2024
1 parent 378248b commit 82ec9bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_display_theme_cards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js (v18)
uses: actions/setup-node@v3
- name: Setup Node.js (v20)
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: npm
cache-dependency-path: packages/modules/display_themes/cards/source/package-lock.json

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.9.2"
- name: Install dependencies
Expand Down

0 comments on commit 82ec9bf

Please sign in to comment.