Skip to content

Commit

Permalink
Update version of github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
montabot committed Mar 4, 2024
1 parent a96aafd commit 654efe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backstage_techdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

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

- uses: actions/setup-node@v3
- uses: actions/setup-python@v4
- uses: actions/setup-node@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down

0 comments on commit 654efe5

Please sign in to comment.