Skip to content

Commit 654efe5

Browse files
committed
Update version of github workflow
1 parent a96aafd commit 654efe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/backstage_techdocs.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424

2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

29-
- uses: actions/setup-node@v3
30-
- uses: actions/setup-python@v4
29+
- uses: actions/setup-node@v4
30+
- uses: actions/setup-python@v5
3131
with:
3232
python-version: '3.9'
3333

0 commit comments

Comments
 (0)